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.
1 parent 10189ac commit b257be3Copy full SHA for b257be3
pkgs/tools/security/trufflehog/default.nix
@@ -8,13 +8,13 @@
8
9
buildGoModule rec {
10
pname = "trufflehog";
11
- version = "3.88.21";
+ version = "3.88.23";
12
13
src = fetchFromGitHub {
14
owner = "trufflesecurity";
15
repo = "trufflehog";
16
tag = "v${version}";
17
- hash = "sha256-hUBUpsfVKifeQ9DpeNKwBGnoLH1OK2T4IOb7yFWxz+Q=";
+ hash = "sha256-dGk3cVFEaeaZfZxJYeGMvexssbUPssAqdJbBTOV8b6I=";
18
};
19
20
vendorHash = "sha256-vJl2gIS14NA9nV9j+81xKv3NnsDce4V7XoeipOZV+wI=";
0 commit comments