ncdns: pin to go 1.16
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user