about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-08-16 12:07:45 +0200
committerGitHub <noreply@github.com>2023-08-16 12:07:45 +0200
commit3523e35e9c89c05cb4483532621a70ced2e139c5 (patch)
tree3742383027f75e681e898825e1f480abe23885e9
parent0e734c3d65afe390a952e181d8f1a984c93037e0 (diff)
parentc73d2456bb32830749b687f2abbdb671b51563a4 (diff)
Merge pull request #249484 from fabaff/trufflehog-bump
trufflehog: 3.48.0 -> 3.49.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 4772c9148f92e..08b9c9efc4739 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.48.0";
+  version = "3.49.0";
 
   src = fetchFromGitHub {
     owner = "trufflesecurity";
     repo = "trufflehog";
     rev = "refs/tags/v${version}";
-    hash = "sha256-mt4ht9bRV6yh5aunX/zelqttNGvPvhIrX0rN7nEpS2g=";
+    hash = "sha256-IJFsEfWNstbawqnWa3E/7DVgEishOtM0AAGc5lqPVOU=";
   };
 
-  vendorHash = "sha256-AlyONwUP4Z8S8Qj3hbGFCyhUlYzlN6AIxGzrnQaXBLY=";
+  vendorHash = "sha256-RHNt9GxqWb4EDKg5of5s88iUmJPI2w7i5hPoCFMmnew=";
 
   ldflags = [
     "-s"