11 src = fetchFromGitHub {
15 sha256 = "sha256-kfuf0iwRYNxd9TfIIHvAqLxXjesQh7jC0evT9DQrrzQ=";
18 vendorHash = "sha256-6kdf+LwMrIjwC3uZHlMdpEHvonxKfr86PQaMOgzgYOc=";
23 "-X main.version=${version}"
26 doCheck = false; # tries to resolve DNS
29 description = "Tiny and feature-rich command line DNS client with support for UDP, TCP, DoT, DoH, DoQ, and ODoH";
30 homepage = "https://github.com/natesales/q";
31 license = lib.licenses.gpl3Only;
32 maintainers = [ lib.maintainers.das_j ];