9 lines
187 B
Nix
9 lines
187 B
Nix
{ buildGoModule
|
|
, sources
|
|
,
|
|
}:
|
|
buildGoModule {
|
|
inherit (sources.prometheus-fail2ban-exporter) pname src version;
|
|
vendorHash = "sha256-5o8p5p0U/c0WAIV5dACnWA3ThzSh2tt5LIFMb59i9GY=";
|
|
}
|