about summary refs log tree commit diff
path: root/pkgs/tools/security/gitleaks
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-04-20 21:57:48 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-04-20 21:57:48 +0200
commit388490789d9eaf771089660b9411718d62693146 (patch)
tree859c7406db3649e4484d1c3a2561544b8701dd33 /pkgs/tools/security/gitleaks
parentc6493e7d2dd46952128b0bb52c33e3388f2fcf0d (diff)
gitleaks: 8.16.2 -> 8.16.3
Changelog: https://github.com/zricethezav/gitleaks/releases/tag/v8.16.3
Diffstat (limited to 'pkgs/tools/security/gitleaks')
-rw-r--r--pkgs/tools/security/gitleaks/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/gitleaks/default.nix b/pkgs/tools/security/gitleaks/default.nix
index 87764f320a14a..bffe163dbf2e9 100644
--- a/pkgs/tools/security/gitleaks/default.nix
+++ b/pkgs/tools/security/gitleaks/default.nix
@@ -8,13 +8,13 @@
 
 buildGoModule rec {
   pname = "gitleaks";
-  version = "8.16.2";
+  version = "8.16.3";
 
   src = fetchFromGitHub {
     owner = "zricethezav";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-AR/08O0wUp3clbIF+2Kw0klMQ6UorFkIRsnqfX4Q3SY=";
+    hash = "sha256-WukTYi7iqagOLpx8KATEittlM6OvIfxDYiNTdsotjTY=";
   };
 
   vendorHash = "sha256-Ev0/CSpwJDmc+Dvu/bFDzsgsq80rWImJWXNAUqYHgoE=";