prometheus-node-exporter: 0.15.2 -> 0.16.0

This commit is contained in:
Mrmaxmeier 2018-06-18 19:21:20 +02:00
parent 8180c32b73
commit e99a869c19

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "node_exporter-${version}";
version = "0.15.2";
version = "0.16.0";
rev = "v${version}";
goPackagePath = "github.com/prometheus/node_exporter";
@ -11,10 +11,10 @@ buildGoPackage rec {
inherit rev;
owner = "prometheus";
repo = "node_exporter";
sha256 = "1vxbkps80ba8c0ndawijg07am5gyc8y49h8fd0ky5h05zmkp25qv";
sha256 = "0rm6ahccgr1djpwvsa3p1kfal3mpy4a6g5w974pra84gk3krli5a";
};
# FIXME: megacli test fails
# FIXME: tests fail due to read-only nix store
doCheck = false;
meta = with stdenv.lib; {