7 pname = "kafka-minion";
10 src = fetchFromGitHub {
11 owner = "redpanda-data";
13 rev = "0c90d4301ed4600d1aaf3345b6f16587d2f282fc";
14 hash = "sha256-CWjX46Sfc9Xj+R7+CZeMuTY0iUStzyZXI4FotwqR44M=";
17 vendorHash = "sha256-6yfQVoY/bHMA4s0IN5ltnQdHWnE3kIKza36uEcGa11U=";
21 passthru.updateScript = ./update.sh;
24 description = "KMinion is a feature-rich Prometheus exporter for Apache Kafka written in Go";
25 license = licenses.mit;
26 platforms = platforms.linux;
27 maintainers = with maintainers; [ cafkafk ];
28 mainProgram = "kminion";