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

gitleaks: 8.15.0 -> 8.15.1
This commit is contained in:
figsoda 2022-11-21 23:56:27 -05:00 committed by GitHub
commit 66da2af8bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "gitleaks";
version = "8.15.0";
version = "8.15.1";
src = fetchFromGitHub {
owner = "zricethezav";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KqShYaUODClKkbLs3jaj55WXy9HyyBzvY5KdNOqEXPE=";
sha256 = "sha256-iIjQytsZDz9H5wT44jBBZCx8NvfAhNBl7pTv3mCkeMY=";
};
vendorSha256 = "sha256-Ev0/CSpwJDmc+Dvu/bFDzsgsq80rWImJWXNAUqYHgoE=";