summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-10-04 06:23:59 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-10-04 06:23:59 +0200
commita54e822aa20b7b5df3109583cd777fa53c90a107 (patch)
tree15c454df235167ccab6d4732b9c81ebc1cb5c97d
parentbe830beb3daf18c3dd89abb28389eef0ffc1cc29 (diff)
downloadnixpkgs-a54e822aa20b7b5df3109583cd777fa53c90a107.tar
nixpkgs-a54e822aa20b7b5df3109583cd777fa53c90a107.tar.gz
nixpkgs-a54e822aa20b7b5df3109583cd777fa53c90a107.tar.bz2
nixpkgs-a54e822aa20b7b5df3109583cd777fa53c90a107.tar.lz
nixpkgs-a54e822aa20b7b5df3109583cd777fa53c90a107.tar.xz
nixpkgs-a54e822aa20b7b5df3109583cd777fa53c90a107.tar.zst
nixpkgs-a54e822aa20b7b5df3109583cd777fa53c90a107.zip
trufflehog: 3.58.0 -> 3.59.0
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.58.0...v3.59.0

Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.59.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 d218091b850..86346b62010 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.58.0";
+  version = "3.59.0";
 
   src = fetchFromGitHub {
     owner = "trufflesecurity";
     repo = "trufflehog";
     rev = "refs/tags/v${version}";
-    hash = "sha256-S6KoGPVtB7iBSG2HWH5AQngGyv/1h9wdx7VDW/xnSKk=";
+    hash = "sha256-J+hmWEBjTFb7mE9uj0g4uq+VZjKS/3sIOtJyNweYkRw=";
   };
 
-  vendorHash = "sha256-PbKkRVBDpHG9HYUSBY+VhnqvU3k9ephU3PJgJ8xOIrw=";
+  vendorHash = "sha256-xsdtqRU3Exeo/EHkA8xars9+FUnrVZRdET0PGtv4ikI=";
 
   ldflags = [
     "-s"