Merge pull request #226326 from fabaff/trufflehog-bump

trufflehog: 3.31.5 -> 3.31.6

authored by Fabian Affolter and committed by GitHub 26423bed b2c98ca6

+2 -2
+2 -2
pkgs/tools/security/trufflehog/default.nix
··· 5 6 buildGoModule rec { 7 pname = "trufflehog"; 8 - version = "3.31.5"; 9 10 src = fetchFromGitHub { 11 owner = "trufflesecurity"; 12 repo = "trufflehog"; 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-Q+aCVOeF03UeGPnnXc9lNkhrlL3ECud7KEhYtLzRIj0="; 15 }; 16 17 vendorHash = "sha256-mxOfHAaYCrwJT7I18iUHj0rK+MmJ4PX68Ln4cPO8sns=";
··· 5 6 buildGoModule rec { 7 pname = "trufflehog"; 8 + version = "3.31.6"; 9 10 src = fetchFromGitHub { 11 owner = "trufflesecurity"; 12 repo = "trufflehog"; 13 rev = "refs/tags/v${version}"; 14 + hash = "sha256-NlvDKpDuGjXEPINEBT+qDEwGWxJW32PAfpyezPt1Ucc="; 15 }; 16 17 vendorHash = "sha256-mxOfHAaYCrwJT7I18iUHj0rK+MmJ4PX68Ln4cPO8sns=";