gitleaks: 8.10.0 -> 8.10.2

This commit is contained in:
R. Ryantm 2022-08-10 16:28:42 +00:00
parent 0734dc5da2
commit b4015471b9

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gitleaks";
version = "8.10.0";
version = "8.10.2";
src = fetchFromGitHub {
owner = "zricethezav";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Qquqluf5uzJD5u15TPOrrzSnDPbrFKCBQPDW+7A6AQY=";
sha256 = "sha256-FiR1zJ9aOdysp5807vZ9aX3O7l8GhDXlFDWuyk5zJQw=";
};
vendorSha256 = "sha256-X8z9iKRR3PptNHwy1clZG8QsClsjbW45nZb2fHGfSYk=";