From 46e3ad2c62fe15f8e4a975dcd3a3ce3a3030526f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 17 Apr 2025 08:30:13 +0200 Subject: [PATCH] trufflehog: 3.88.23 -> 3.88.24 Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.88.23...refs/tags/v3.88.24 Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.88.24 --- pkgs/tools/security/trufflehog/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/trufflehog/default.nix b/pkgs/tools/security/trufflehog/default.nix index 90e5f637e2d4..5682130d7c79 100644 --- a/pkgs/tools/security/trufflehog/default.nix +++ b/pkgs/tools/security/trufflehog/default.nix @@ -8,16 +8,16 @@ buildGoModule rec { pname = "trufflehog"; - version = "3.88.23"; + version = "3.88.24"; src = fetchFromGitHub { owner = "trufflesecurity"; repo = "trufflehog"; tag = "v${version}"; - hash = "sha256-dGk3cVFEaeaZfZxJYeGMvexssbUPssAqdJbBTOV8b6I="; + hash = "sha256-50IKxJAuR8IMcKArnIE8BHlssKSGthfFVc+h+M/+204="; }; - vendorHash = "sha256-vJl2gIS14NA9nV9j+81xKv3NnsDce4V7XoeipOZV+wI="; + vendorHash = "sha256-eyAHR9tx9Fvih/KZZX8FtcDZyMn93X6b08iADEyIiZw="; nativeBuildInputs = [ makeWrapper ];