gitleaks: 8.16.1 -> 8.16.2
Diff: https://github.com/zricethezav/gitleaks/compare/v8.16.1...v8.16.2 Changelog: https://github.com/zricethezav/gitleaks/releases/tag/v8.16.2
This commit is contained in:
parent
f7cb9035cf
commit
03952878b1
@ -8,13 +8,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "gitleaks";
|
||||
version = "8.16.1";
|
||||
version = "8.16.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zricethezav";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-zidRNnvbjqLxYE0fBRygYWWBf5pS9xLLYFpSB0dtNks=";
|
||||
hash = "sha256-AR/08O0wUp3clbIF+2Kw0klMQ6UorFkIRsnqfX4Q3SY=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-Ev0/CSpwJDmc+Dvu/bFDzsgsq80rWImJWXNAUqYHgoE=";
|
||||
|
Loading…
Reference in New Issue
Block a user