rain: build with Go 1.18 instead of 1.17
Go 1.17 is EOL.
This commit is contained in:
parent
458a388a61
commit
5662a30757
1 changed files with 1 additions and 3 deletions
|
@ -10570,9 +10570,7 @@ with pkgs;
|
|||
|
||||
radvd = callPackage ../tools/networking/radvd { };
|
||||
|
||||
rain = callPackage ../development/tools/rain {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
rain = callPackage ../development/tools/rain { };
|
||||
|
||||
rainbowstream = with python3.pkgs; toPythonApplication rainbowstream;
|
||||
|
||||
|
|
Loading…
Reference in a new issue