summary refs log tree commit diff
path: root/pkgs/tools/security/gitleaks
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-28 08:42:41 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-28 08:42:41 +0000
commitb17c7d1ba4ec14a690ce8b6a0177beb3181e11bb (patch)
tree256e4e3f6c7720b5ca2b5e4db27a67be78a04bf7 /pkgs/tools/security/gitleaks
parent9e56d6ec92c8fb4192f1392aa5c4101ad77f2070 (diff)
downloadnixpkgs-b17c7d1ba4ec14a690ce8b6a0177beb3181e11bb.tar
nixpkgs-b17c7d1ba4ec14a690ce8b6a0177beb3181e11bb.tar.gz
nixpkgs-b17c7d1ba4ec14a690ce8b6a0177beb3181e11bb.tar.bz2
nixpkgs-b17c7d1ba4ec14a690ce8b6a0177beb3181e11bb.tar.lz
nixpkgs-b17c7d1ba4ec14a690ce8b6a0177beb3181e11bb.tar.xz
nixpkgs-b17c7d1ba4ec14a690ce8b6a0177beb3181e11bb.tar.zst
nixpkgs-b17c7d1ba4ec14a690ce8b6a0177beb3181e11bb.zip
gitleaks: 8.15.4 -> 8.16.0
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 83f819a8974..3e245e02feb 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.15.4";
+  version = "8.16.0";
 
   src = fetchFromGitHub {
     owner = "zricethezav";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-VhOepelAX4Pa/SoL0kH7vPGG1nI5oA5JrhI5T09hKCw=";
+    hash = "sha256-EazTDPJMMUGmGSfQ5d7J1opv/KlapQLZZYxjbzBRaUY=";
   };
 
   vendorHash = "sha256-Ev0/CSpwJDmc+Dvu/bFDzsgsq80rWImJWXNAUqYHgoE=";