summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-03-14 00:02:12 +0000
committerGitHub <noreply@github.com>2022-03-14 00:02:12 +0000
commitea64a128d1ed70c40ce897d0d8cc569e2eb394cd (patch)
tree7c100fb9a45eeffc2013e0edac4287f3533f3110 /pkgs/tools/security
parent38910351b753e23a1731fd95fa99765d3a21dcc5 (diff)
parent1073633d8914364109bf453af7bed0aa06e5f5bf (diff)
downloadnixpkgs-ea64a128d1ed70c40ce897d0d8cc569e2eb394cd.tar
nixpkgs-ea64a128d1ed70c40ce897d0d8cc569e2eb394cd.tar.gz
nixpkgs-ea64a128d1ed70c40ce897d0d8cc569e2eb394cd.tar.bz2
nixpkgs-ea64a128d1ed70c40ce897d0d8cc569e2eb394cd.tar.lz
nixpkgs-ea64a128d1ed70c40ce897d0d8cc569e2eb394cd.tar.xz
nixpkgs-ea64a128d1ed70c40ce897d0d8cc569e2eb394cd.tar.zst
nixpkgs-ea64a128d1ed70c40ce897d0d8cc569e2eb394cd.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/gitleaks/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/gitleaks/default.nix b/pkgs/tools/security/gitleaks/default.nix
index ff70782dabe..a574c347629 100644
--- a/pkgs/tools/security/gitleaks/default.nix
+++ b/pkgs/tools/security/gitleaks/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "gitleaks";
-  version = "8.3.0";
+  version = "8.4.0";
 
   src = fetchFromGitHub {
     owner = "zricethezav";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-D6leHpGZNQ9Xt4PSU0Dwte6N3bMge7itkZtcUl0mIrQ=";
+    sha256 = "sha256-z3YGRDgBGpr2hixIayih4wxGWPtYL0EPAuTYVPByzQc=";
   };
 
-  vendorSha256 = "sha256-JZOalUOIeV51Nttm6xeBos+/8fleSBpUiXa8ekVuYJA=";
+  vendorSha256 = "sha256-J1xX+r+Mph1QkqjK87tqGDkYvPZp0lHgdRhd88WZi1c=";
 
   ldflags = [
     "-s"