Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-05-06 12:23:32 +00:00
committed by GitHub
39 changed files with 1669 additions and 1620 deletions

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=";