summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-08-10 18:52:32 +0200
committerGitHub <noreply@github.com>2022-08-10 18:52:32 +0200
commit5fd600364e1baabd7ba9ba67c4491734e8dbcca1 (patch)
tree19d381baaf8c307a9d9f88e58bce3f3be5a3a915 /pkgs/tools
parent249d841a2b53f6a722d3fe4a63ed09760a4ef60f (diff)
parentb4015471b94f47389451eaca231596edaa32d409 (diff)
Merge pull request #185940 from r-ryantm/auto-update/gitleaks
gitleaks: 8.10.0 -> 8.10.2
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/gitleaks/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/gitleaks/default.nix b/pkgs/tools/security/gitleaks/default.nix
index 802230774a43..960f502e2e75 100644
--- a/pkgs/tools/security/gitleaks/default.nix
+++ b/pkgs/tools/security/gitleaks/default.nix
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gitleaks";
- version = "8.10.0";
+ version = "8.10.2";
src = fetchFromGitHub {
owner = "zricethezav";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-Qquqluf5uzJD5u15TPOrrzSnDPbrFKCBQPDW+7A6AQY=";
+ sha256 = "sha256-FiR1zJ9aOdysp5807vZ9aX3O7l8GhDXlFDWuyk5zJQw=";
};
vendorSha256 = "sha256-X8z9iKRR3PptNHwy1clZG8QsClsjbW45nZb2fHGfSYk=";