trufflehog: 3.29.1 -> 3.30.0

Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.30.0
This commit is contained in:
Fabian Affolter 2023-03-28 08:56:13 +02:00
parent 3bacb178e5
commit 6b9fe979f4

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "trufflehog";
version = "3.29.1";
version = "3.30.0";
src = fetchFromGitHub {
owner = "trufflesecurity";
repo = "trufflehog";
rev = "refs/tags/v${version}";
hash = "sha256-ZCHrqvqIlANqkZ/zVYbwOsRimWVUAZ8zvBnfTaBE8qk=";
hash = "sha256-4h9obnh4+QNda0SoMPMFEyG0KnW4753RpXTPWi6yB34=";
};
vendorHash = "sha256-Z1QJM2feKFQ8MEVwzYt+MkpDZHiaVWlzq2lbResWQWk=";
vendorHash = "sha256-VBWzqfqte7aZ03HFW2L6wsEU84NBMTVrzKvdRUFGOro=";
# Test cases run git clone and require network access
doCheck = false;