Merge pull request #119002 from r-ryantm/auto-update/gitleaks

gitleaks: 7.3.0 -> 7.4.0
This commit is contained in:
Fabian Affolter
2021-04-10 13:50:59 +02:00
committed by GitHub

View File

@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gitleaks";
version = "7.3.0";
version = "7.4.0";
src = fetchFromGitHub {
owner = "zricethezav";
repo = pname;
rev = "v${version}";
sha256 = "sha256-IJaumIFuIhrvXZ45uz8RUxAuprnWdv2lNzxNUascvVc=";
sha256 = "sha256-AY9pOARFAqIOimhcwEyau2MwJCFsWu8I36P7Z0xyJH0=";
};
vendorSha256 = "sha256-Cc4DJPpOMHxDcH22S7znYo7QHNRXv8jOJhznu09kaE4=";