ncdns: pin to go 1.14

This commit is contained in:
zowoq 2020-08-21 21:28:41 +10:00
parent f4ed70f728
commit 286713b52c

View File

@ -16334,7 +16334,9 @@ in
unit = callPackage ../servers/http/unit { }; unit = callPackage ../servers/http/unit { };
ncdns = callPackage ../servers/dns/ncdns { }; ncdns = callPackage ../servers/dns/ncdns {
buildGoPackage = buildGo114Package;
};
nginx = nginxStable; nginx = nginxStable;