about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-11-21 23:56:27 -0500
committerGitHub <noreply@github.com>2022-11-21 23:56:27 -0500
commit66da2af8bde66b120f09761608e16f1986449c2f (patch)
treeb47a442472ef80c563618b79a4f1c4e196d424d2
parent0384a277b65e2c993e2ae54e665c23674864c8e9 (diff)
parent9a1b2c5ec6832113470e92ef060161fec3c5319a (diff)
Merge pull request #202288 from r-ryantm/auto-update/gitleaks
gitleaks: 8.15.0 -> 8.15.1
-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 ed8ebf669c3df..5d7465f728a87 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.0";
+  version = "8.15.1";
 
   src = fetchFromGitHub {
     owner = "zricethezav";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-KqShYaUODClKkbLs3jaj55WXy9HyyBzvY5KdNOqEXPE=";
+    sha256 = "sha256-iIjQytsZDz9H5wT44jBBZCx8NvfAhNBl7pTv3mCkeMY=";
   };
 
   vendorSha256 = "sha256-Ev0/CSpwJDmc+Dvu/bFDzsgsq80rWImJWXNAUqYHgoE=";