Update bouncer-firewall to v0.0.31

This commit is contained in:
Louis Roebben
2024-09-28 12:14:18 +02:00
parent 6b6338280d
commit ac95eae24e

View File

@@ -5,16 +5,16 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "cs-firewall-bouncer"; pname = "cs-firewall-bouncer";
version = "0.0.29"; version = "0.0.31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "crowdsecurity"; owner = "crowdsecurity";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-lOBe7jgwLiLbb7Eqcip7h8s3igMIKDJntkDVBUeHfek="; hash = "sha256-59MWll8v00CF4WA53gjHZSTFc8hpYaHENg9O7LgTCrA=";
}; };
vendorHash = "sha256-zCBFzZAIil4yfvYY6Q8jqD+aCD6tzClcPkBLlaNB/xU="; vendorHash = "sha256-7Jxvg8UEjUxnIz1llvXyI2AefJ31OVdNzhWD/C8wU/Y=";
meta = with lib; { meta = with lib; {
homepage = "https://crowdsec.net/"; homepage = "https://crowdsec.net/";