ncdns: pin to go 1.14

This commit is contained in:
zowoq 2020-08-21 21:28:41 +10:00
parent f4ed70f728
commit 286713b52c
1 changed files with 3 additions and 1 deletions

View File

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