9 lines
189 B
Nix
9 lines
189 B
Nix
|
{
|
||
|
buildGoModule,
|
||
|
sources,
|
||
|
}:
|
||
|
buildGoModule {
|
||
|
inherit (sources.prometheus-fail2ban-exporter) pname src version;
|
||
|
vendorHash = "sha256-qU6opwhhvzbQOhfGVyiVgKhfCSB0Z4eSRAJnv6ht2I0=";
|
||
|
}
|