trufflehog: 3.72.0 -> 3.73.0

Diff: trufflesecurity/trufflehog@refs/tags/v3.72.0...v3.73.0

Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.73.0
This commit is contained in:
Fabian Affolter 2024-04-13 21:36:01 +02:00
parent 50f8ebb2f8
commit e9f4c8d41e

View File

@ -8,16 +8,17 @@
buildGoModule rec {
pname = "trufflehog";
version = "3.72.0";
version = "3.73.0";
src = fetchFromGitHub {
owner = "trufflesecurity";
repo = "trufflehog";
rev = "refs/tags/v${version}";
hash = "sha256-2xgvXHeltoODr5Rok7yaUqdVcO2crtdPvvRrN+DDGr4=";
hash = "sha256-5tyjSwuhrtiAzvS5F8TyPCZhjSasTWQE9wcNGDevucE=";
};
vendorHash = "sha256-zpHrwQ1egD2juWkQicHl2HVzXGr3DCmAyRdUgm5jdGg=";
vendorHash = "sha256-eK4YwNkBvC7VW5Cn6/M4clN83LGRNuw5jpjtnM0B9g8=";
proxyVendor = true;
ldflags = [