1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-kfuf0iwRYNxd9TfIIHvAqLxXjesQh7jC0evT9DQrrzQ=";
14 vendorHash = "sha256-6kdf+LwMrIjwC3uZHlMdpEHvonxKfr86PQaMOgzgYOc=";
19 "-X main.version=${version}"
22 doCheck = false; # tries to resolve DNS
25 description = "A tiny and feature-rich command line DNS client with support for UDP, TCP, DoT, DoH, DoQ, and ODoH";
26 homepage = "https://github.com/natesales/q";
27 license = lib.licenses.gpl3Only;
28 maintainers = [ lib.maintainers.das_j ];