summary refs log tree commit diff
path: root/pkgs/tools/security/gitleaks
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-05-06 04:26:05 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-05-06 04:26:05 +0000
commit4f8435de76b59a366239c3f987d67058ebf7e12a (patch)
treefaad35ef1097c301e102aef761e112f3af60ff05 /pkgs/tools/security/gitleaks
parent2149ad5bdfa57b29135c1bf4ffa54d4eaa629730 (diff)
downloadnixpkgs-4f8435de76b59a366239c3f987d67058ebf7e12a.tar
nixpkgs-4f8435de76b59a366239c3f987d67058ebf7e12a.tar.gz
nixpkgs-4f8435de76b59a366239c3f987d67058ebf7e12a.tar.bz2
nixpkgs-4f8435de76b59a366239c3f987d67058ebf7e12a.tar.lz
nixpkgs-4f8435de76b59a366239c3f987d67058ebf7e12a.tar.xz
nixpkgs-4f8435de76b59a366239c3f987d67058ebf7e12a.tar.zst
nixpkgs-4f8435de76b59a366239c3f987d67058ebf7e12a.zip
gitleaks: 7.4.1 -> 7.5.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 c47afcd8e0f..3cd4ae69b9f 100644
--- a/pkgs/tools/security/gitleaks/default.nix
+++ b/pkgs/tools/security/gitleaks/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "gitleaks";
-  version = "7.4.1";
+  version = "7.5.0";
 
   src = fetchFromGitHub {
     owner = "zricethezav";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-GoHntsyxrMzLHlyKC3JxCkLoquIjOtidcG7hTNTYGuI=";
+    sha256 = "sha256-s7EOCoGciGT5+Fose9BffsHHE/SsSMmNoWGmeAv6Agk=";
   };
 
   vendorSha256 = "sha256-Cc4DJPpOMHxDcH22S7znYo7QHNRXv8jOJhznu09kaE4=";