trufflehog: 3.81.10 -> 3.82.1
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.81.10...v3.82.1 Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.82.1
This commit is contained in:
parent
1da2d8d992
commit
390692803b
@ -8,16 +8,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "trufflehog";
|
||||
version = "3.81.10";
|
||||
version = "3.82.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "trufflesecurity";
|
||||
repo = "trufflehog";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-U2HKrOk6+QO3QhDTDXpx3eWIsikfkuFTOQWcqbtj1qE=";
|
||||
hash = "sha256-NHSRUHp6sb+1HE9UvcxMrWdlQROj2FXQEA+0irQJKiU=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-9AY0Dzn29GbWveb5HGWpKHkW9LCglPUzlX9wyQmj+FM=";
|
||||
vendorHash = "sha256-+XXLoLPtsEkxVfycpAovvd9UO9J6E7PUjyYZCBVHSAo=";
|
||||
|
||||
proxyVendor = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user