gitleaks: 8.12.0 -> 8.13.0

This commit is contained in:
R. Ryantm 2022-09-22 12:07:53 +00:00
parent ac09134473
commit 646d3c0a7c

View File

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