tlaternet-server/pkgs/prometheus/fail2ban-exporter.nix

9 lines
187 B
Nix
Raw Normal View History

{ buildGoModule
, sources
,
}:
buildGoModule {
inherit (sources.prometheus-fail2ban-exporter) pname src version;
2024-03-25 00:14:27 +00:00
vendorHash = "sha256-5o8p5p0U/c0WAIV5dACnWA3ThzSh2tt5LIFMb59i9GY=";
}