Fabian Affolter
2025-01-14 20:45:09 +01:00
parent eb62e6aa39
commit 2ab0f7a3ba

View File

@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "trufflehog";
version = "3.88.1";
version = "3.88.2";
src = fetchFromGitHub {
owner = "trufflesecurity";
repo = "trufflehog";
tag = "v${version}";
hash = "sha256-peZGCJ3g/u4gAznYM9wzgaqsEYGk0SSzI23g/xglngE=";
hash = "sha256-p5vB9ug/H7xV7Y4GIk2BUUMFJ4/tcKj+V4qvYwCJlRU=";
};
vendorHash = "sha256-YsUAu2gEXzpjM/jg4VJ7KTvf1/cLTO04hLOLmUDeYk0=";