crowdsec: 1.6.5 -> 1.6.6 (#391302)

authored by Weijia Wang and committed by GitHub a2c5dd36 81ac8a76

+3 -3
+3 -3
pkgs/by-name/cr/crowdsec/package.nix
··· 7 8 buildGoModule rec { 9 pname = "crowdsec"; 10 - version = "1.6.5"; 11 12 src = fetchFromGitHub { 13 owner = "crowdsecurity"; 14 repo = pname; 15 tag = "v${version}"; 16 - hash = "sha256-Jt5qFY41TnkvDw2BPd+vfyskhLpnJnsiUmUJcADQ0so="; 17 }; 18 19 - vendorHash = "sha256-I9h63iePhEMCy8IQNTomhgduGOyC3aoxz/0L4JQhhF8="; 20 21 nativeBuildInputs = [ installShellFiles ]; 22
··· 7 8 buildGoModule rec { 9 pname = "crowdsec"; 10 + version = "1.6.6"; 11 12 src = fetchFromGitHub { 13 owner = "crowdsecurity"; 14 repo = pname; 15 tag = "v${version}"; 16 + hash = "sha256-yregZUHdwfg/MJ9ndeHzpo4md9Qq+BAF0gHGC80+Mp0="; 17 }; 18 19 + vendorHash = "sha256-XTKOApMagrcHlgdGascIJzRZxjd+IBVhEyF+FiszOkQ="; 20 21 nativeBuildInputs = [ installShellFiles ]; 22