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

gitleaks: 8.5.0 -> 8.5.1

authored by Fabian Affolter and committed by GitHub 3bcfdb0e d5767724

+3 -3
+3 -3
pkgs/tools/security/gitleaks/default.nix
··· 5 6 buildGoModule rec { 7 pname = "gitleaks"; 8 - version = "8.5.0"; 9 10 src = fetchFromGitHub { 11 owner = "zricethezav"; 12 repo = pname; 13 rev = "v${version}"; 14 - sha256 = "sha256-vd6mEjswqIX2F3GO7AF1Me4NolbeZZPwLxfyzJaNmT8="; 15 }; 16 17 - vendorSha256 = "sha256-J1xX+r+Mph1QkqjK87tqGDkYvPZp0lHgdRhd88WZi1c="; 18 19 ldflags = [ 20 "-s"
··· 5 6 buildGoModule rec { 7 pname = "gitleaks"; 8 + version = "8.5.1"; 9 10 src = fetchFromGitHub { 11 owner = "zricethezav"; 12 repo = pname; 13 rev = "v${version}"; 14 + sha256 = "sha256-lx7xjOajFyeetnGcJwX66pIcZw2A7+QGWb5crCoA83g="; 15 }; 16 17 + vendorSha256 = "sha256-gelUrZOYiThO0+COIv9cOgho/tjv7ZqSKOktWIbdADw="; 18 19 ldflags = [ 20 "-s"