gitleaks: 8.16.3 -> 8.16.4
Diff: https://github.com/zricethezav/gitleaks/compare/v8.16.3...v8.16.4 Changelog: https://github.com/zricethezav/gitleaks/releases/tag/v8.16.4
This commit is contained in:
parent
fe2fb24a00
commit
97d8a9ea3e
@ -8,13 +8,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "gitleaks";
|
||||
version = "8.16.3";
|
||||
version = "8.16.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zricethezav";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-WukTYi7iqagOLpx8KATEittlM6OvIfxDYiNTdsotjTY=";
|
||||
hash = "sha256-j07Uw9MVNUSHw8wwKPal1ENywS4vk/blU11DElhgdFU=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-Ev0/CSpwJDmc+Dvu/bFDzsgsq80rWImJWXNAUqYHgoE=";
|
||||
|
Loading…
Reference in New Issue
Block a user