mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
ncdns: pin to go 1.16
This commit is contained in:
parent
8af072583d
commit
cee6ccfc75
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue