# This file was generated by nvfetcher, please do not modify it manually.
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
{
  crowdsec-firewall-bouncer = {
    pname = "crowdsec-firewall-bouncer";
    version = "v0.0.31";
    src = fetchFromGitHub {
      owner = "crowdsecurity";
      repo = "cs-firewall-bouncer";
      rev = "v0.0.31";
      fetchSubmodules = false;
      sha256 = "sha256-59MWll8v00CF4WA53gjHZSTFc8hpYaHENg9O7LgTCrA=";
    };
  };
  crowdsec-hub = {
    pname = "crowdsec-hub";
    version = "f7d7f476f88a4af05e1cfb3994536990adecfb57";
    src = fetchFromGitHub {
      owner = "crowdsecurity";
      repo = "hub";
      rev = "f7d7f476f88a4af05e1cfb3994536990adecfb57";
      fetchSubmodules = false;
      sha256 = "sha256-m78uipryHDKixJzrF4K59ioAJ3WJN1JlXEC0DNVMCJ8=";
    };
    date = "2025-02-16";
  };
}