summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-03-13 20:51:05 +0100
committerGitHub <noreply@github.com>2022-03-13 20:51:05 +0100
commit4bee339073d072913e5898f309d28b4925f446ab (patch)
treed5e8b72406923577374b52e52428612d9a7e9e7e /pkgs/tools/security
parenta2e88579fae55ed2aea51d31364c3f4bf7b4be6b (diff)
parentd52b93750e524b4f5c4233094b767f7630e6e11f (diff)
downloadnixpkgs-4bee339073d072913e5898f309d28b4925f446ab.tar
nixpkgs-4bee339073d072913e5898f309d28b4925f446ab.tar.gz
nixpkgs-4bee339073d072913e5898f309d28b4925f446ab.tar.bz2
nixpkgs-4bee339073d072913e5898f309d28b4925f446ab.tar.lz
nixpkgs-4bee339073d072913e5898f309d28b4925f446ab.tar.xz
nixpkgs-4bee339073d072913e5898f309d28b4925f446ab.tar.zst
nixpkgs-4bee339073d072913e5898f309d28b4925f446ab.zip
Merge pull request #163983 from r-ryantm/auto-update/gitleaks
gitleaks: 8.3.0 -> 8.4.0
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"