Skip to content

Commit 811f926

Browse files
authored
gitleaks: 8.22.1 -> 8.23.0 (#373761)
2 parents 69d35dc + 1b460a1 commit 811f926

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkgs/by-name/gi/gitleaks/package.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,20 @@
33
stdenv,
44
buildGoModule,
55
fetchFromGitHub,
6-
gitleaks,
76
installShellFiles,
87
nix-update-script,
98
versionCheckHook,
109
}:
1110

1211
buildGoModule rec {
1312
pname = "gitleaks";
14-
version = "8.22.1";
13+
version = "8.23.0";
1514

1615
src = fetchFromGitHub {
1716
owner = "zricethezav";
1817
repo = "gitleaks";
1918
tag = "v${version}";
20-
hash = "sha256-PJczVI2/TogRaw+Hs6HibHuwhKwL2scrCpsTQMsHv6Y=";
19+
hash = "sha256-+9aZXjinvDYbPw+yjkQ/BH3LB0xbY1eual/zKoWMlJc=";
2120
};
2221

2322
vendorHash = "sha256-hq3v//fhCUOvKPBZ/+YrLIc4nDLxR9Yc+MeIXY7TArA=";

0 commit comments

Comments
 (0)