summary refs log tree commit diff
path: root/pkgs/tools/security/gitleaks
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-23 06:17:55 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-23 06:17:55 +0000
commit5a0b4d86fe6d0568a2219187c27bbc8fe78818a2 (patch)
tree1743b44de68fede48a21ea51e70208ed35c127e2 /pkgs/tools/security/gitleaks
parenta632265bb41e5b35b7a5242df824d2d344b7a270 (diff)
downloadnixpkgs-5a0b4d86fe6d0568a2219187c27bbc8fe78818a2.tar
nixpkgs-5a0b4d86fe6d0568a2219187c27bbc8fe78818a2.tar.gz
nixpkgs-5a0b4d86fe6d0568a2219187c27bbc8fe78818a2.tar.bz2
nixpkgs-5a0b4d86fe6d0568a2219187c27bbc8fe78818a2.tar.lz
nixpkgs-5a0b4d86fe6d0568a2219187c27bbc8fe78818a2.tar.xz
nixpkgs-5a0b4d86fe6d0568a2219187c27bbc8fe78818a2.tar.zst
nixpkgs-5a0b4d86fe6d0568a2219187c27bbc8fe78818a2.zip
gitleaks: 8.2.7 -> 8.3.0
Diffstat (limited to 'pkgs/tools/security/gitleaks')
-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 cb8155e5a1f..ff70782dabe 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.2.7";
+  version = "8.3.0";
 
   src = fetchFromGitHub {
     owner = "zricethezav";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-kCKkPx0JEzmQn0y6UbVuwZXre7rDd4vKTudh6J3AxYA=";
+    sha256 = "sha256-D6leHpGZNQ9Xt4PSU0Dwte6N3bMge7itkZtcUl0mIrQ=";
   };
 
-  vendorSha256 = "sha256-zJ9Xl4tRUWntQwco+EHzqmL1aVcOjp70LCCmRsboxQ4=";
+  vendorSha256 = "sha256-JZOalUOIeV51Nttm6xeBos+/8fleSBpUiXa8ekVuYJA=";
 
   ldflags = [
     "-s"