From d378b0ccc75680ee759a24eb8accc3b0e141da3e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 14 Jan 2024 15:49:57 +0100 Subject: [PATCH] trufflehog: 3.63.8 -> 3.63.9 Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.63.8...v3.63.9 Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.63.9 --- 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 1c711222ac51..adf1e87bcc90 100644 --- a/pkgs/tools/security/trufflehog/default.nix +++ b/pkgs/tools/security/trufflehog/default.nix @@ -7,16 +7,16 @@ buildGoModule rec { pname = "trufflehog"; - version = "3.63.8"; + version = "3.63.9"; src = fetchFromGitHub { owner = "trufflesecurity"; repo = "trufflehog"; rev = "refs/tags/v${version}"; - hash = "sha256-vXHMTuYANVUigYKEYwfT9JwqoEYFIPbNkylqj3H+88E="; + hash = "sha256-QCLa63QTANaiPD+NDB9t0M84v7O83wErYQ2OVxdtXu0="; }; - vendorHash = "sha256-ikWC5QhLgPmXq304EhSrOBYBg2IeUDIBRVt9TuyOqsA="; + vendorHash = "sha256-eD6PcJgwulwMbizUBDr2jLwVfsAdxiQWFqqe17wNqp0="; ldflags = [ "-s"