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 7c56228 + 2ab0f7a commit c27d21aCopy full SHA for c27d21a
pkgs/tools/security/trufflehog/default.nix
@@ -8,13 +8,13 @@
8
9
buildGoModule rec {
10
pname = "trufflehog";
11
- version = "3.88.1";
+ version = "3.88.2";
12
13
src = fetchFromGitHub {
14
owner = "trufflesecurity";
15
repo = "trufflehog";
16
tag = "v${version}";
17
- hash = "sha256-peZGCJ3g/u4gAznYM9wzgaqsEYGk0SSzI23g/xglngE=";
+ hash = "sha256-p5vB9ug/H7xV7Y4GIk2BUUMFJ4/tcKj+V4qvYwCJlRU=";
18
};
19
20
vendorHash = "sha256-YsUAu2gEXzpjM/jg4VJ7KTvf1/cLTO04hLOLmUDeYk0=";
0 commit comments