gitleaks: 8.16.2 -> 8.16.3

Changelog: https://github.com/zricethezav/gitleaks/releases/tag/v8.16.3
This commit is contained in:
Fabian Affolter 2023-04-20 21:57:48 +02:00
parent c6493e7d2d
commit 388490789d

View file

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "gitleaks";
version = "8.16.2";
version = "8.16.3";
src = fetchFromGitHub {
owner = "zricethezav";
repo = pname;
rev = "v${version}";
hash = "sha256-AR/08O0wUp3clbIF+2Kw0klMQ6UorFkIRsnqfX4Q3SY=";
hash = "sha256-WukTYi7iqagOLpx8KATEittlM6OvIfxDYiNTdsotjTY=";
};
vendorHash = "sha256-Ev0/CSpwJDmc+Dvu/bFDzsgsq80rWImJWXNAUqYHgoE=";