Merge pull request #90614 from Frostman/node-exporter-1.0.1

node-exporter: 1.0.0 -> 1.0.1
This commit is contained in:
Maximilian Bosch 2020-06-17 01:20:13 +02:00 committed by GitHub
commit 88c1878703
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 = "1.0.0"; version = "1.0.1";
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 = "12v7vaknvll3g1n7730miwxiwz8nbjq8y18lzljq9d9s8apcy32f"; sha256 = "1r0xx81r9v019fl0iv078yl21ndhb356y7s7zx171zi02k7a4p2l";
}; };
# FIXME: tests fail due to read-only nix store # FIXME: tests fail due to read-only nix store