1 { buildGoModule, fetchFromGitHub, lib }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-aQUz6FK04h3nzieK9fX7odVVt/zcdhXlX3T1Z1rN/ak=";
14 vendorHash = "sha256-DATSGSFRMrX972CWCiSIlOhDuAG3zcVyuILZ3IpVirM=";
16 ldflags = [ "-s" "-w" "-X main.version=${version}" ];
19 description = "NextDNS DNS/53 to DoH Proxy";
20 homepage = "https://nextdns.io";
21 license = licenses.mit;
22 maintainers = with maintainers; [ pnelson ];
23 mainProgram = "nextdns";