mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-21 03:23:20 +00:00
go: buildGoPackage: 1.8 -> 1.9
This commit is contained in:
parent
07d2a5b412
commit
2be4d53faa
|
@ -11121,7 +11121,7 @@ with pkgs;
|
|||
go = go_1_9;
|
||||
};
|
||||
|
||||
buildGoPackage = buildGo18Package;
|
||||
buildGoPackage = buildGo19Package;
|
||||
|
||||
go2nix = callPackage ../development/tools/go2nix { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue