git-hound: pin to go 1.17

This commit is contained in:
Sandro Jäckel
2022-07-15 23:51:06 +02:00
committed by Sandro Jäckel
parent e54893ae61
commit 4482425152
+3 -1
View File
@@ -6518,7 +6518,9 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};
git-hound = callPackage ../tools/security/git-hound { };
git-hound = callPackage ../tools/security/git-hound {
buildGoModule = buildGo117Module;
};
git-hub = callPackage ../applications/version-management/git-and-tools/git-hub { };