forked from mirrors/nixpkgs
safe: pin to go 1.17
This commit is contained in:
parent
6551082aae
commit
4ac04d0187
|
@ -10318,7 +10318,9 @@ with pkgs;
|
|||
|
||||
sacd = callPackage ../tools/cd-dvd/sacd { };
|
||||
|
||||
safe = callPackage ../tools/security/safe { };
|
||||
safe = callPackage ../tools/security/safe {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
safety-cli = with python3.pkgs; toPythonApplication safety;
|
||||
|
||||
|
|
Loading…
Reference in a new issue