trufflehog: 3.29.0 -> 3.29.1
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.29.0...v3.29.1 Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.29.1
This commit is contained in:
parent
5a273e3b83
commit
5edff6feab
@ -5,13 +5,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "trufflehog";
|
||||
version = "3.29.0";
|
||||
version = "3.29.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "trufflesecurity";
|
||||
repo = "trufflehog";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-iu6MrfRWlfUeVsCoqxp/jFT8gcOieDplx1Jdjk8txOU=";
|
||||
hash = "sha256-ZCHrqvqIlANqkZ/zVYbwOsRimWVUAZ8zvBnfTaBE8qk=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-Z1QJM2feKFQ8MEVwzYt+MkpDZHiaVWlzq2lbResWQWk=";
|
||||
|
Loading…
Reference in New Issue
Block a user