We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d1fa8f + 51e993f commit b38deebCopy full SHA for b38deeb
pkgs/tools/security/trufflehog/default.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "trufflehog";
11
- version = "3.88.18";
+ version = "3.88.20";
12
13
src = fetchFromGitHub {
14
owner = "trufflesecurity";
15
repo = "trufflehog";
16
tag = "v${version}";
17
- hash = "sha256-0STZXG7abx5viXhU2Zks1uiabNtL1ckoSH7foSn6WNw=";
+ hash = "sha256-JLBHg1hCTOOBRTJbjXJitILD/HSmH1WDuzm0t3/OJaA=";
18
};
19
20
- vendorHash = "sha256-mxmPvuOznYN3sjuCzuircQNtot9ntApS9ygKywLIVv4=";
+ vendorHash = "sha256-vJl2gIS14NA9nV9j+81xKv3NnsDce4V7XoeipOZV+wI=";
21
22
nativeBuildInputs = [ makeWrapper ];
23
0 commit comments