about summary refs log tree commit diff
path: root/pkgs/tools/security/trufflehog
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-07-27 10:44:03 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-07-27 10:44:50 +0200
commitc696779e0553c28cf5e01c5dc66f4c136e790df4 (patch)
tree2568a804ebef051b647f74e7aea848415e929a6e /pkgs/tools/security/trufflehog
parent8ab9fbba17efb60aa2ba14f583308e0667027523 (diff)
trufflehog: 3.44.0 -> 3.45.1
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.44.0...v3.45.1

Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.45.1
Diffstat (limited to 'pkgs/tools/security/trufflehog')
-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 8260978f41a93..da9a7334396e3 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.44.0";
+  version = "3.45.1";
 
   src = fetchFromGitHub {
     owner = "trufflesecurity";
     repo = "trufflehog";
     rev = "refs/tags/v${version}";
-    hash = "sha256-2AGdF+E3YNRiM8So+i6XWkQxgDgF8wu2z6hnuuzh4NQ=";
+    hash = "sha256-kWEDeFx3ngpL6ySCD5GsJbmtbhv1qCMt9yjrskLmbbg=";
   };
 
-  vendorHash = "sha256-IJZSYwF71pbRr+k8dCE8OOEQwK3srPtGbrJIltfVNBU=";
+  vendorHash = "sha256-dg29rK5/se2DVhc+GLFeFzh3bqJl3dfC2zjGLX7utDs=";
 
   ldflags = [
     "-s"