Update firewall bouncer to version 0.0.29

This commit is contained in:
Christian Kampka
2024-08-19 19:18:38 +02:00
parent 8e743e1f6f
commit 6b6338280d

View File

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