trufflehog: 3.88.28 -> 3.88.29

This commit is contained in:
R. Ryantm 2025-05-11 05:02:59 +00:00
parent 1d8fe40546
commit 8d437bfa2c

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "trufflehog";
version = "3.88.28";
version = "3.88.29";
src = fetchFromGitHub {
owner = "trufflesecurity";
repo = "trufflehog";
tag = "v${version}";
hash = "sha256-VrwZ0MsZ7ZkSfHlmXShiLfZp04vfczuEYh7OHtOUt0Y=";
hash = "sha256-5dPfGvp+O1SBT1VRJL6Hrsd3fyZp56UJpAmV++qKSRc=";
};
vendorHash = "sha256-hBStZjhoBK58vQV22/EZ/h3Fd961fkj3tQbp1gvMID8=";
vendorHash = "sha256-0mwItAv8w9G9CmGmmHDu5jZPYUv/wJYAAiXAYNUTisY=";
nativeBuildInputs = [ makeWrapper ];