Skip to content

Commit c27d21a

Browse files
authored
trufflehog: 3.88.1 -> 3.88.2 (#373825)
2 parents 7c56228 + 2ab0f7a commit c27d21a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/security/trufflehog/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
buildGoModule rec {
1010
pname = "trufflehog";
11-
version = "3.88.1";
11+
version = "3.88.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "trufflesecurity";
1515
repo = "trufflehog";
1616
tag = "v${version}";
17-
hash = "sha256-peZGCJ3g/u4gAznYM9wzgaqsEYGk0SSzI23g/xglngE=";
17+
hash = "sha256-p5vB9ug/H7xV7Y4GIk2BUUMFJ4/tcKj+V4qvYwCJlRU=";
1818
};
1919

2020
vendorHash = "sha256-YsUAu2gEXzpjM/jg4VJ7KTvf1/cLTO04hLOLmUDeYk0=";

0 commit comments

Comments
 (0)