nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

gitleaks: 8.16.3 -> 8.16.4

Diff: https://github.com/zricethezav/gitleaks/compare/v8.16.3...v8.16.4

Changelog: https://github.com/zricethezav/gitleaks/releases/tag/v8.16.4

+2 -2
+2 -2
pkgs/tools/security/gitleaks/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "gitleaks"; 11 - version = "8.16.3"; 11 + version = "8.16.4"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "zricethezav"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - hash = "sha256-WukTYi7iqagOLpx8KATEittlM6OvIfxDYiNTdsotjTY="; 17 + hash = "sha256-j07Uw9MVNUSHw8wwKPal1ENywS4vk/blU11DElhgdFU="; 18 18 }; 19 19 20 20 vendorHash = "sha256-Ev0/CSpwJDmc+Dvu/bFDzsgsq80rWImJWXNAUqYHgoE=";