Merge pull request #234905 from r-ryantm/auto-update/crowdsec

crowdsec: 1.5.1 -> 1.5.2

authored by Nick Cao and committed by GitHub 06358235 6eb32baf

+3 -3
+3 -3
pkgs/tools/security/crowdsec/default.nix
··· 2 3 buildGoModule rec { 4 pname = "crowdsec"; 5 - version = "1.5.1"; 6 7 src = fetchFromGitHub { 8 owner = "crowdsecurity"; 9 repo = pname; 10 rev = "v${version}"; 11 - hash = "sha256-Z2msr8I5VqY4c5DBFlh9oMg68SSexiN9pgZuJdYnXVQ="; 12 }; 13 14 - vendorHash = "sha256-T0gJIJDZzzOuYGNL+b6TriQsKQnAQ6JczkiAvJo1tfc="; 15 16 nativeBuildInputs = [ installShellFiles ]; 17
··· 2 3 buildGoModule rec { 4 pname = "crowdsec"; 5 + version = "1.5.2"; 6 7 src = fetchFromGitHub { 8 owner = "crowdsecurity"; 9 repo = pname; 10 rev = "v${version}"; 11 + hash = "sha256-260+XsRn3Mm/zCSvfEcBQ6j715KV4t1Z0CvXdriDzCs="; 12 }; 13 14 + vendorHash = "sha256-Mto0X/LMwWU10cmC2bjzX4lzp9t+nEgsWRP3JGkl++A="; 15 16 nativeBuildInputs = [ installShellFiles ]; 17