about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-06-12 11:00:39 +0200
committerGitHub <noreply@github.com>2024-06-12 11:00:39 +0200
commit2d0e5f320f834ac340e69bc3a072fe09f86f5814 (patch)
treef1089e3c3f2e23b5bf96b79d204c9ae75fb9ca21 /pkgs/tools/security
parentaad9013babe74a1fc84ad15f786b679157edc0dd (diff)
parentb772371546a7a376e6f2d078af76f88cb73a8c8b (diff)
Merge pull request #319264 from r-ryantm/auto-update/trufflehog
trufflehog: 3.78.0 -> 3.78.1
Diffstat (limited to 'pkgs/tools/security')
-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 aa91f36edffdc..e94cfbd846eaf 100644
--- a/pkgs/tools/security/trufflehog/default.nix
+++ b/pkgs/tools/security/trufflehog/default.nix
@@ -8,16 +8,16 @@
 
 buildGoModule rec {
   pname = "trufflehog";
-  version = "3.78.0";
+  version = "3.78.1";
 
   src = fetchFromGitHub {
     owner = "trufflesecurity";
     repo = "trufflehog";
     rev = "refs/tags/v${version}";
-    hash = "sha256-mMRQV+ehG0ol6wLjt73o0lcytd27WfGvep7Js0h/AMI=";
+    hash = "sha256-Gek42O48RDkygeq+9oaV2f9UephOjxrevC6uQeAn24s=";
   };
 
-  vendorHash = "sha256-2SIfV3DM97ZI1valXHDphyAxTfE2USxH0LACgwRCgKE=";
+  vendorHash = "sha256-KSIHJe83F2PBWBYe/aoWJrqzGvDwZhrrCvJ2GVBnmfo=";
 
   proxyVendor = true;