summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-10-17 13:23:45 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-10-17 13:23:45 +0200
commit2e41364e635adcf0c7a38d8d63507ddce9b5036b (patch)
treef721316f727b5a161455a9cf8ca4297e663a4b5c
parent8a40b6c096b30d9c6d17dc2fbed4e3b42890f904 (diff)
downloadnixpkgs-2e41364e635adcf0c7a38d8d63507ddce9b5036b.tar
nixpkgs-2e41364e635adcf0c7a38d8d63507ddce9b5036b.tar.gz
nixpkgs-2e41364e635adcf0c7a38d8d63507ddce9b5036b.tar.bz2
nixpkgs-2e41364e635adcf0c7a38d8d63507ddce9b5036b.tar.lz
nixpkgs-2e41364e635adcf0c7a38d8d63507ddce9b5036b.tar.xz
nixpkgs-2e41364e635adcf0c7a38d8d63507ddce9b5036b.tar.zst
nixpkgs-2e41364e635adcf0c7a38d8d63507ddce9b5036b.zip
trufflehog: 3.59.0 -> 3.60.0
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.59.0...v3.60.0

Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.60.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 86346b62010..9978cd6cd53 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.59.0";
+  version = "3.60.0";
 
   src = fetchFromGitHub {
     owner = "trufflesecurity";
     repo = "trufflehog";
     rev = "refs/tags/v${version}";
-    hash = "sha256-J+hmWEBjTFb7mE9uj0g4uq+VZjKS/3sIOtJyNweYkRw=";
+    hash = "sha256-43KKw9/EdXoD4nzWEvll2LhgI6Ipt3PYN6EpiD8fhQc=";
   };
 
-  vendorHash = "sha256-xsdtqRU3Exeo/EHkA8xars9+FUnrVZRdET0PGtv4ikI=";
+  vendorHash = "sha256-axB0JcvGeiqz1dBKHknNqW3XzQWaLCHk6gsB9QV3PN8=";
 
   ldflags = [
     "-s"