17 lines
521 B
Nix
17 lines
521 B
Nix
|
# This file was generated by nvfetcher, please do not modify it manually.
|
||
|
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
|
||
|
{
|
||
|
prometheus-fail2ban-exporter = {
|
||
|
pname = "prometheus-fail2ban-exporter";
|
||
|
version = "v0.10.0";
|
||
|
src = fetchgit {
|
||
|
url = "https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter";
|
||
|
rev = "v0.10.0";
|
||
|
fetchSubmodules = false;
|
||
|
deepClone = false;
|
||
|
leaveDotGit = false;
|
||
|
sha256 = "sha256-8nIW1XaHCBqQCoLkV1ZYE3NTbVZ6c+UOqYD08XQiv+4=";
|
||
|
};
|
||
|
};
|
||
|
}
|