# 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 = "850614b9fcd4298f559b422c5ac685a69aa2e5ff";
    src = fetchFromGitHub {
      owner = "crowdsecurity";
      repo = "hub";
      rev = "850614b9fcd4298f559b422c5ac685a69aa2e5ff";
      fetchSubmodules = false;
      sha256 = "sha256-96MMwFN5KongQA3YJVSuk7Kanbr1gR94CCyiflmez2k=";
    };
    date = "2025-05-17";
  };
}