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

gitleaks: 8.10.3 -> 8.11.0

authored by Sebastián Mancilla and committed by GitHub 19c1a740 3643cde3

+3 -3
+3 -3
pkgs/tools/security/gitleaks/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "gitleaks"; 8 - version = "8.10.3"; 8 + version = "8.11.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "zricethezav"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-uLCV0eSsQhx9/U/iaAPI25w4Q6pI0PeHAPAQvOJwSWI="; 14 + sha256 = "sha256-6zuxEEJlSppR6yBWNKjfNOndICWMnAHaO4mOI9pP7aQ="; 15 15 }; 16 16 17 - vendorSha256 = "sha256-X8z9iKRR3PptNHwy1clZG8QsClsjbW45nZb2fHGfSYk="; 17 + vendorSha256 = "sha256-KtBE8zOCSh/sItEpEA+I2cG3U44FJ2wxxVX3F6choUY="; 18 18 19 19 ldflags = [ 20 20 "-s"