We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a1f92 commit 1b460a1Copy full SHA for 1b460a1
pkgs/by-name/gi/gitleaks/package.nix
@@ -3,21 +3,20 @@
3
stdenv,
4
buildGoModule,
5
fetchFromGitHub,
6
- gitleaks,
7
installShellFiles,
8
nix-update-script,
9
versionCheckHook,
10
}:
11
12
buildGoModule rec {
13
pname = "gitleaks";
14
- version = "8.22.1";
+ version = "8.23.0";
15
16
src = fetchFromGitHub {
17
owner = "zricethezav";
18
repo = "gitleaks";
19
tag = "v${version}";
20
- hash = "sha256-PJczVI2/TogRaw+Hs6HibHuwhKwL2scrCpsTQMsHv6Y=";
+ hash = "sha256-+9aZXjinvDYbPw+yjkQ/BH3LB0xbY1eual/zKoWMlJc=";
21
};
22
23
vendorHash = "sha256-hq3v//fhCUOvKPBZ/+YrLIc4nDLxR9Yc+MeIXY7TArA=";
0 commit comments