prometheus-node-exporter: 0.17.0 -> 0.18.1

This commit is contained in:
Andrew Childs 2019-06-25 16:17:51 +09:00
parent 42c689d70f
commit a0836849f5

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "node_exporter-${version}";
version = "0.17.0";
version = "0.18.1";
rev = "v${version}";
goPackagePath = "github.com/prometheus/node_exporter";
@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "prometheus";
repo = "node_exporter";
sha256 = "08g4dg6zcr95j88apsxp828jfyx4vq271w1mgkf77c46c16d2nh0";
sha256 = "0s3sp1gj86p7npxl38hkgs6ymd3wjjmc5hydyg1b5wh0x3yvpx07";
};
# FIXME: tests fail due to read-only nix store