trufflehog: 3.89.2 -> 3.90.1 (#427834)

This commit is contained in:
Fabian Affolter
2025-07-24 21:07:07 +02:00
committed by GitHub
2 changed files with 4 additions and 7 deletions
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "trufflehog";
version = "3.89.2";
version = "3.90.1";
src = fetchFromGitHub {
owner = "trufflesecurity";
repo = "trufflehog";
tag = "v${version}";
hash = "sha256-l697tyS3ydWIMGK2igbypj0O0zw0dqYGWk51VY8P4T8=";
hash = "sha256-SuNsuO7IKtKbAPnYZqJ5OQ8BaWvDN5XtdX8Amgt51fY=";
};
vendorHash = "sha256-yq/wuq67LOIZLV84BQ3hGYsQVFpfLEM2rLW5noj5uqc=";
vendorHash = "sha256-haJgpR7xJOoiFfyYnaHpL6w9IcJnpODYN6hZxFXOHr0=";
nativeBuildInputs = [ makeWrapper ];
@@ -53,5 +53,6 @@ buildGoModule rec {
fab
sarcasticadmin
];
mainProgram = "trufflehog";
};
}
-4
View File
@@ -16251,10 +16251,6 @@ with pkgs;
terraform-landscape = callPackage ../applications/networking/cluster/terraform-landscape { };
trufflehog = callPackage ../tools/security/trufflehog {
buildGoModule = buildGo123Module;
};
unityhub = callPackage ../development/tools/unityhub { };
vaultenv = haskell.lib.justStaticExecutables haskellPackages.vaultenv;