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

gitleaks: 7.4.1 -> 7.5.0
This commit is contained in:
Fabian Affolter 2021-05-06 09:42:35 +02:00 committed by GitHub
commit 882dd01186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gitleaks";
version = "7.4.1";
version = "7.5.0";
src = fetchFromGitHub {
owner = "zricethezav";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GoHntsyxrMzLHlyKC3JxCkLoquIjOtidcG7hTNTYGuI=";
sha256 = "sha256-s7EOCoGciGT5+Fose9BffsHHE/SsSMmNoWGmeAv6Agk=";
};
vendorSha256 = "sha256-Cc4DJPpOMHxDcH22S7znYo7QHNRXv8jOJhznu09kaE4=";