trufflehog: 3.60.4 -> 3.61.0
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.60.4...v3.61.0 Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.61.0
This commit is contained in:
parent
0643b928c8
commit
0e38a3b7c0
@ -7,16 +7,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "trufflehog";
|
||||
version = "3.60.4";
|
||||
version = "3.61.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "trufflesecurity";
|
||||
repo = "trufflehog";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-c+25Bnc3Fi0tq5CSACUxhio3llfJlMSm51eYiGajOfo=";
|
||||
hash = "sha256-thUDdfNSQHybP5y03Jh94u8lHlj0FSuJP+U+d1OqKI8=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-TNxZatI9l+dX2WI7SnTH975yrgyuB4VjTJOkaSr5mxc=";
|
||||
vendorHash = "sha256-KEU2G5x2d0N+H8p9MXL9yzK1lC0YqWuuxcLw/cboUzs=";
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
|
Loading…
Reference in New Issue
Block a user