3
0
Fork 0
forked from mirrors/nixpkgs

safe: pin to go 1.17

This commit is contained in:
Sandro Jäckel 2022-07-13 14:05:09 +02:00 committed by Sandro Jäckel
parent 6551082aae
commit 4ac04d0187
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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;