lol

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

gitleaks: 8.2.7 -> 8.3.0

authored by

Fabian Affolter and committed by
GitHub
4b9b5f04 601b38a0

+3 -3
+3 -3
pkgs/tools/security/gitleaks/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "gitleaks"; 8 - version = "8.2.7"; 8 + version = "8.3.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "zricethezav"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-kCKkPx0JEzmQn0y6UbVuwZXre7rDd4vKTudh6J3AxYA="; 14 + sha256 = "sha256-D6leHpGZNQ9Xt4PSU0Dwte6N3bMge7itkZtcUl0mIrQ="; 15 15 }; 16 16 17 - vendorSha256 = "sha256-zJ9Xl4tRUWntQwco+EHzqmL1aVcOjp70LCCmRsboxQ4="; 17 + vendorSha256 = "sha256-JZOalUOIeV51Nttm6xeBos+/8fleSBpUiXa8ekVuYJA="; 18 18 19 19 ldflags = [ 20 20 "-s"