diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2024-06-02 01:49:31 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-08-16 23:11:23 +0000 |
| commit | 091a7cf2550a3c44dd2eaa4bfa0fe81515849e49 (patch) | |
| tree | e8e6c5c12e734b34a74cd5c7eb472b00181faa64 | |
| parent | Merge pull request #335195 from NixOS/backport-334679-to-release-24.05 (diff) | |
| download | nixpkgs-origin/backport-316562-to-release-24.05.tar.gz | |
gitleaks: 8.18.2 -> 8.18.3origin/backport-316562-to-release-24.05
(cherry picked from commit b5b6061b855a04cc122b3debf8a217dabc6bc30d)
| -rw-r--r-- | pkgs/tools/security/gitleaks/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/gitleaks/default.nix b/pkgs/tools/security/gitleaks/default.nix index d5bca2f14f85..69c54c41533d 100644 --- a/pkgs/tools/security/gitleaks/default.nix +++ b/pkgs/tools/security/gitleaks/default.nix @@ -9,16 +9,16 @@ buildGoModule rec { pname = "gitleaks"; - version = "8.18.2"; + version = "8.18.3"; src = fetchFromGitHub { owner = "zricethezav"; repo = "gitleaks"; rev = "refs/tags/v${version}"; - hash = "sha256-+UPlknAwmIeXlosHBXl3qPREV186lfDZGZG/Zx1rxYs="; + hash = "sha256-OLs3rpP6s6ZyCUKkD5Sl/tAMl3gSBWrUUFYeNffiXEs="; }; - vendorHash = "sha256-30IJNP4XuV2YNy1TumPUju+GrHFBYi76coy0bJBqDI4="; + vendorHash = "sha256-DgCtWRo5KNuFCdhGJvzoH2v8n7mIxNk8eHyZFPUPo24="; ldflags = [ "-s" |
