trufflehog: 3.82.6 -> 3.82.8 (#347801)

This commit is contained in:
Fabian Affolter 2024-10-11 13:55:39 +02:00 committed by GitHub
commit d7caa4ba4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "trufflehog";
version = "3.82.6";
version = "3.82.8";
src = fetchFromGitHub {
owner = "trufflesecurity";
repo = "trufflehog";
rev = "refs/tags/v${version}";
hash = "sha256-zJVP7uXmGvpI8pyhNiK70iMy+RW+UwenDpXBe98VbMo=";
hash = "sha256-loGM/ivmkAslDr3QQvsZ5UyHfpFtK6iZHqx5rzmhEzA=";
};
vendorHash = "sha256-69APqkjBNs6FUCeHm6lF8QqAuu76pLdam2LJJrx3WXg=";
vendorHash = "sha256-JllOihg7JiKmfxSjXnQeM2/nNXEyAPv7+73PLDFJNZ4=";
proxyVendor = true;

View File

@ -38078,7 +38078,9 @@ with pkgs;
tusk = callPackage ../applications/office/tusk { };
trufflehog = callPackage ../tools/security/trufflehog { };
trufflehog = callPackage ../tools/security/trufflehog {
buildGoModule = buildGo123Module;
};
tunnelx = callPackage ../applications/gis/tunnelx { };