summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-29 20:07:01 +0800
committerGitHub <noreply@github.com>2021-12-29 20:07:01 +0800
commit589ce6d8899f9800cb90d85618cf46026a8d784d (patch)
treedb3f2487dbf07e696612905eb1d48f081a45dc32
parentbecba11285f5cdbc06525e371abf90ee1eb09c93 (diff)
parent4bf9d6c0c22928c2cb7e5f90c4bb6178a5ead37e (diff)
Merge pull request #152571 from fabaff/bump-gitleaks
gitleaks: 8.2.4 -> 8.2.5
-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 37c775880a66..e37accbe7c35 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.2.4";
+ version = "8.2.5";
src = fetchFromGitHub {
owner = "zricethezav";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-74qNVW4NUGK16rZ3S7vxJ9Akci6ARcf4So1MydZVY3s=";
+ sha256 = "sha256-lHKdIQyGbQt6PmMaTRIUx1q/81Q4KOfQ8zLnpt9aGbk=";
};
vendorSha256 = "sha256-cIwte59AdVOWMBUWE4gKZSHhU37HgEW4k0v+jUUyj1Q=";