1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-cKz+ZFQYjsL7dFfXXCrl4T8OuvQkdqVAotG9HRNtN7o=";
14 vendorHash = "sha256-pCy4oECZnvoODezUD1+lOT46yWUr78zvnHgEB2BJN3c=";
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 ];