1 { buildGoModule, fetchFromGitHub, lib }:
4 pname = "flow-exporter";
7 src = fetchFromGitHub {
9 owner = "neptune-networks";
11 sha256 = "sha256-6FqupoYWRvex7XhM7ly8f7ICnuS9JvCRIVEBIJe+64k=";
14 vendorHash = "sha256-2raOUOPiMUMydIsfSsnwUAAiM7WyMio1NgL1EoADr2s=";
17 description = "Export network flows from kafka to Prometheus";
18 mainProgram = "flow-exporter";
19 homepage = "https://github.com/neptune-networks/flow-exporter";
20 license = licenses.mit;
21 maintainers = with maintainers; [ kloenk ];
22 platforms = platforms.linux;