summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-09-23 09:48:47 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-09-23 09:48:47 +0200
commit83c790a64b9461f1e2b004bbd902aabc2e79d59b (patch)
tree92aeb7cffe6dd0ccbc5b6a771062e326df29c3c5
parentd5bb3a9b2ee0c6c6a61b4e5d473245497cb10460 (diff)
downloadnixpkgs-83c790a64b9461f1e2b004bbd902aabc2e79d59b.tar
nixpkgs-83c790a64b9461f1e2b004bbd902aabc2e79d59b.tar.gz
nixpkgs-83c790a64b9461f1e2b004bbd902aabc2e79d59b.tar.bz2
nixpkgs-83c790a64b9461f1e2b004bbd902aabc2e79d59b.tar.lz
nixpkgs-83c790a64b9461f1e2b004bbd902aabc2e79d59b.tar.xz
nixpkgs-83c790a64b9461f1e2b004bbd902aabc2e79d59b.tar.zst
nixpkgs-83c790a64b9461f1e2b004bbd902aabc2e79d59b.zip
trufflehog: 3.56.1 -> 3.57.0
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.56.1...v3.57.0

Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.57.0
-rw-r--r--pkgs/tools/security/trufflehog/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/trufflehog/default.nix b/pkgs/tools/security/trufflehog/default.nix
index f40c6d86bf3..6156b0c9887 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.56.1";
+  version = "3.57.0";
 
   src = fetchFromGitHub {
     owner = "trufflesecurity";
     repo = "trufflehog";
     rev = "refs/tags/v${version}";
-    hash = "sha256-4FN3FAs6Sc2LLcqaKsSxJS9VVNwp/Zit9gZT+qDXRik=";
+    hash = "sha256-EzzjtrorfFYO6mEe8F/lYbHP96G04pFIRc6fzLa8eeY=";
   };
 
-  vendorHash = "sha256-NBwPyA+NuW9RA/dXj+FpTa6RU0WOZRrey7gosDOatG8=";
+  vendorHash = "sha256-iCCk5ngXsAyVaPeCllIrT1KjoM0KlNlgCiLeASquMco=";
 
   ldflags = [
     "-s"