about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-03-03 22:15:45 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-03-03 22:15:45 +0100
commit744f88a98f41ede419d7527e1af856f517f891ce (patch)
tree04ba08fc2cdcff8fb81d61a756ef7cb5fef28d96 /pkgs/tools/security
parentcc0b5fd1e0416f5317e4b141575f128d99c466fc (diff)
trufflehog: 3.28.6 -> 3.28.7
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.28.6...v3.28.7

Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.28.7
Diffstat (limited to 'pkgs/tools/security')
-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 fb8cde8943587..7ae37cf286ca6 100644
--- a/pkgs/tools/security/trufflehog/default.nix
+++ b/pkgs/tools/security/trufflehog/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "trufflehog";
-  version = "3.28.6";
+  version = "3.28.7";
 
   src = fetchFromGitHub {
     owner = "trufflesecurity";
     repo = "trufflehog";
     rev = "refs/tags/v${version}";
-    hash = "sha256-CzZRkEQ3FANzg7QZi5r/AT4DurKo3M4V/ghxGvJas7s=";
+    hash = "sha256-6oOIKvUocImC3HMeG5aJXLlruymechcsDhMxEyYiNzU=";
   };
 
   vendorHash = "sha256-/4xZjqstrjfIlD15x2INSunb57WGR7NzKaQxUABxQV0=";