Merge pull request #317393 from r-ryantm/auto-update/trufflehog

trufflehog: 3.77.0 -> 3.78.0
This commit is contained in:
Nick Cao 2024-06-05 15:31:38 -04:00 committed by GitHub
commit a399a32db6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "trufflehog";
version = "3.77.0";
version = "3.78.0";
src = fetchFromGitHub {
owner = "trufflesecurity";
repo = "trufflehog";
rev = "refs/tags/v${version}";
hash = "sha256-X/JqYBgh2wqJ992VBPsx8p5NNOQQV4alJbCoqMbmWkY=";
hash = "sha256-mMRQV+ehG0ol6wLjt73o0lcytd27WfGvep7Js0h/AMI=";
};
vendorHash = "sha256-S37sIRxLnzGYQ56F8/GNWn7n0Ypb9it3wWx1X0am+Ac=";
vendorHash = "sha256-2SIfV3DM97ZI1valXHDphyAxTfE2USxH0LACgwRCgKE=";
proxyVendor = true;