summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-10-27 10:37:17 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-10-27 10:37:17 +0200
commiteaa7c2ec5be166a55e67abc67128ab9705e71fdf (patch)
tree9eaff1efada5b318c3dedecca6740ecc6d225c9c
parent0d4a1a205f095fa091789b04ef06eee9b348ca8b (diff)
downloadnixpkgs-eaa7c2ec5be166a55e67abc67128ab9705e71fdf.tar
nixpkgs-eaa7c2ec5be166a55e67abc67128ab9705e71fdf.tar.gz
nixpkgs-eaa7c2ec5be166a55e67abc67128ab9705e71fdf.tar.bz2
nixpkgs-eaa7c2ec5be166a55e67abc67128ab9705e71fdf.tar.lz
nixpkgs-eaa7c2ec5be166a55e67abc67128ab9705e71fdf.tar.xz
nixpkgs-eaa7c2ec5be166a55e67abc67128ab9705e71fdf.tar.zst
nixpkgs-eaa7c2ec5be166a55e67abc67128ab9705e71fdf.zip
trufflehog: 3.60.3 -> 3.60.4
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.60.3...v3.60.4

Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.60.4
-rw-r--r--pkgs/tools/security/trufflehog/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/trufflehog/default.nix b/pkgs/tools/security/trufflehog/default.nix
index de2ec7dfb05..99f2b731e7d 100644
--- a/pkgs/tools/security/trufflehog/default.nix
+++ b/pkgs/tools/security/trufflehog/default.nix
@@ -7,13 +7,13 @@
 
 buildGoModule rec {
   pname = "trufflehog";
-  version = "3.60.3";
+  version = "3.60.4";
 
   src = fetchFromGitHub {
     owner = "trufflesecurity";
     repo = "trufflehog";
     rev = "refs/tags/v${version}";
-    hash = "sha256-864bq0LK2lRWmbQ7JTGc9gtMsTnoKMLkjyEdTNUBFRg=";
+    hash = "sha256-c+25Bnc3Fi0tq5CSACUxhio3llfJlMSm51eYiGajOfo=";
   };
 
   vendorHash = "sha256-TNxZatI9l+dX2WI7SnTH975yrgyuB4VjTJOkaSr5mxc=";