ncdns: pin to go 1.16

This commit is contained in:
zowoq 2022-01-11 19:43:18 +10:00
parent 8af072583d
commit cee6ccfc75

View file

@ -21230,7 +21230,9 @@ with pkgs;
unit = callPackage ../servers/http/unit { };
ncdns = callPackage ../servers/dns/ncdns { };
ncdns = callPackage ../servers/dns/ncdns {
buildGoModule = buildGo116Module;
};
nginx = nginxStable;