3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request from fabaff/bump-gitleaks

gitleaks: 8.8.2 -> 8.8.4
This commit is contained in:
Fabian Affolter 2022-04-28 16:36:17 +02:00 committed by GitHub
commit 75483a3d52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gitleaks";
version = "8.8.2";
version = "8.8.4";
src = fetchFromGitHub {
owner = "zricethezav";
repo = pname;
rev = "v${version}";
sha256 = "sha256-WEVlddqG7t01yl05EujxH/XXBYZxePSKY6IQwkKUkws=";
sha256 = "sha256-EW5skmSnnQiMCMqyh51t1q4F5JVYWLSuj1qTqfWp/ok=";
};
vendorSha256 = "sha256-X8z9iKRR3PptNHwy1clZG8QsClsjbW45nZb2fHGfSYk=";