1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-oOnrIGtNQqS/7XCKcFtzXskv7N6syNyS52pZMwrY5wU=";
14 vendorHash = "sha256-d+/38wUMFChuLlVb84DELRQylCDIqopzk2bw/yd5B/E=";
17 description = "Tool to scrape a Prometheus client and dump the result as JSON";
18 mainProgram = "prom2json";
19 homepage = "https://github.com/prometheus/prom2json";
20 license = licenses.asl20;
21 maintainers = with maintainers; [ benley ];