about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-08-16 09:15:00 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-08-16 09:15:00 +0200
commitc73d2456bb32830749b687f2abbdb671b51563a4 (patch)
treed064836a399e6e311a3a85618699f624e0777d90
parent5126b4d8c2c1c26172045065986de9b23fc5cb0e (diff)
trufflehog: 3.48.0 -> 3.49.0
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.48.0...v3.49.0

Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.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"