Merge pull request #88966 from Frostman/node-exporter-1.0.0

node_exporter: 0.18.1 -> 1.0.0
This commit is contained in:
Maximilian Bosch 2020-05-27 11:44:13 +02:00 committed by GitHub
commit 3f690bfcd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "node_exporter"; pname = "node_exporter";
version = "0.18.1"; version = "1.0.0";
rev = "v${version}"; rev = "v${version}";
goPackagePath = "github.com/prometheus/node_exporter"; goPackagePath = "github.com/prometheus/node_exporter";
@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev; inherit rev;
owner = "prometheus"; owner = "prometheus";
repo = "node_exporter"; repo = "node_exporter";
sha256 = "0s3sp1gj86p7npxl38hkgs6ymd3wjjmc5hydyg1b5wh0x3yvpx07"; sha256 = "12v7vaknvll3g1n7730miwxiwz8nbjq8y18lzljq9d9s8apcy32f";
}; };
# FIXME: tests fail due to read-only nix store # FIXME: tests fail due to read-only nix store
@ -27,7 +27,7 @@ buildGoPackage rec {
description = "Prometheus exporter for machine metrics"; description = "Prometheus exporter for machine metrics";
homepage = "https://github.com/prometheus/node_exporter"; homepage = "https://github.com/prometheus/node_exporter";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ benley fpletz globin ]; maintainers = with maintainers; [ benley fpletz globin Frostman ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }