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