summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-12-29 10:55:00 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-12-29 10:55:00 +0100
commit4bf9d6c0c22928c2cb7e5f90c4bb6178a5ead37e (patch)
tree03528e565205becba643ce073de321093a75a8ed /pkgs
parent4ea5a47297ecad656cd323c74f02b5fdb8ac794a (diff)
gitleaks: 8.2.4 -> 8.2.5
Diffstat (limited to 'pkgs')
-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=";