summary refs log tree commit diff
path: root/pkgs/tools/security/gitleaks
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-10 22:43:46 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-03-10 22:43:46 +0000
commit81a6eb97ec66ebc1ee573f9e01640bf0fc29b135 (patch)
tree496de569cb808c5a44cc4d7c84b4d987d2b81128 /pkgs/tools/security/gitleaks
parent86ee8dd8ff48f2da3577077720adf587b72908b8 (diff)
downloadnixpkgs-81a6eb97ec66ebc1ee573f9e01640bf0fc29b135.tar
nixpkgs-81a6eb97ec66ebc1ee573f9e01640bf0fc29b135.tar.gz
nixpkgs-81a6eb97ec66ebc1ee573f9e01640bf0fc29b135.tar.bz2
nixpkgs-81a6eb97ec66ebc1ee573f9e01640bf0fc29b135.tar.lz
nixpkgs-81a6eb97ec66ebc1ee573f9e01640bf0fc29b135.tar.xz
nixpkgs-81a6eb97ec66ebc1ee573f9e01640bf0fc29b135.tar.zst
nixpkgs-81a6eb97ec66ebc1ee573f9e01640bf0fc29b135.zip
gitleaks: 7.2.2 -> 7.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 66d4c23defb..9e34b07121f 100644
--- a/pkgs/tools/security/gitleaks/default.nix
+++ b/pkgs/tools/security/gitleaks/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "gitleaks";
-  version = "7.2.2";
+  version = "7.3.0";
 
   src = fetchFromGitHub {
     owner = "zricethezav";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-G/7Ezyfp9vkG1QHTG9Xg6mZ3qhQpx952i7rsSr3fFwY=";
+    sha256 = "sha256-IJaumIFuIhrvXZ45uz8RUxAuprnWdv2lNzxNUascvVc=";
   };
 
-  vendorSha256 = "0kk8ci7vprqw4v7cigspshfd13k2wyy4pdkxf11pqc2fz8j07kh9";
+  vendorSha256 = "sha256-Cc4DJPpOMHxDcH22S7znYo7QHNRXv8jOJhznu09kaE4=";
 
   preBuild = ''
     buildFlagsArray+=("-ldflags" "-s -w -X github.com/zricethezav/gitleaks/v${lib.versions.major version}/version.Version=${version}")