lol

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

gitleaks: 8.5.1 -> 8.5.2

authored by

Fabian Affolter and committed by
GitHub
a579c6ef 62c14847

+2 -2
+2 -2
pkgs/tools/security/gitleaks/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "gitleaks"; 8 - version = "8.5.1"; 8 + version = "8.5.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "zricethezav"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-lx7xjOajFyeetnGcJwX66pIcZw2A7+QGWb5crCoA83g="; 14 + sha256 = "sha256-etrsdBTlTRN5X8KoJfAfppem9gCpf5MDIh7XYMtnRP0="; 15 15 }; 16 16 17 17 vendorSha256 = "sha256-gelUrZOYiThO0+COIv9cOgho/tjv7ZqSKOktWIbdADw=";