trufflehog: 3.49.0 -> 3.50.0
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.49.0...3.50.0 Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.50.0
This commit is contained in:
parent
95adce84aa
commit
7849e3cbf9
@ -7,13 +7,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "trufflehog";
|
||||
version = "3.49.0";
|
||||
version = "3.50.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "trufflesecurity";
|
||||
repo = "trufflehog";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-IJFsEfWNstbawqnWa3E/7DVgEishOtM0AAGc5lqPVOU=";
|
||||
hash = "sha256-vMNRXFUhBN83LxPdJAyDVZgDqMo7mS+1k6CAyjIxeuo=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-RHNt9GxqWb4EDKg5of5s88iUmJPI2w7i5hPoCFMmnew=";
|
||||
|
Loading…
Reference in New Issue
Block a user