gitleaks: 8.13.0 -> 8.14.1

This commit is contained in:
R. Ryantm 2022-10-11 20:07:11 +00:00
parent 4b02f74d3c
commit 790a7e4434

View file

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "gitleaks";
version = "8.13.0";
version = "8.14.1";
src = fetchFromGitHub {
owner = "zricethezav";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Pdl26PoTcI0LiC3O8EN/vW9LjVfI54TsspRnmhpFaVo=";
sha256 = "sha256-UHl+bb7Szw+gB5oy0Wsc2fhEniXNnuIXFtV62kJy3f8=";
};
vendorSha256 = "sha256-Ev0/CSpwJDmc+Dvu/bFDzsgsq80rWImJWXNAUqYHgoE=";