3
0
Fork 0
forked from mirrors/nixpkgs

gitleaks: 7.6.0 -> 7.6.1

This commit is contained in:
Fabian Affolter 2021-09-10 11:35:54 +02:00
parent c678e050c1
commit eb33c5cb42

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gitleaks";
version = "7.6.0";
version = "7.6.1";
src = fetchFromGitHub {
owner = "zricethezav";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XRpbbtQiF9EnGMICjyXXm2XjuR0jGC7UiY+UHIAMODM=";
sha256 = "sha256-52Wi3bQvKdHoJ1nVb4OVJ9wd8hDVF+6zlVSpsEai0Jw=";
};
vendorSha256 = "sha256-86PspExE+T/IuCvpf6LAkWcCRlHPqP5VUbHAckEzALc=";