trufflehog: 3.54.1 -> 3.54.3

Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.54.3
This commit is contained in:
Fabian Affolter 2023-09-02 13:43:42 +02:00
parent afee17a457
commit 700d075335
2 changed files with 5 additions and 3 deletions

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "trufflehog";
version = "3.54.1";
version = "3.54.3";
src = fetchFromGitHub {
owner = "trufflesecurity";
repo = "trufflehog";
rev = "refs/tags/v${version}";
hash = "sha256-wHgteAxFCnGY31Yda1qIxy4TLM51Lk+yy2BIHgfIzik=";
hash = "sha256-nd0Qog4bwtAlXtDIXdE/mTSEBbBBUWT4FJkyl32PCVI=";
};
vendorHash = "sha256-zYvKhhwN5TtJQxkkcY5U9LtTdMb97ucfksxpTMKH/Zc=";

View file

@ -41417,7 +41417,9 @@ with pkgs;
tusk = callPackage ../applications/office/tusk { };
trufflehog = callPackage ../tools/security/trufflehog { };
trufflehog = callPackage ../tools/security/trufflehog {
buildGoModule = buildGo121Module;
};
tunnelx = callPackage ../applications/gis/tunnelx { };