Merge pull request #42173 from Mrmaxmeier/update-node-exporter

prometheus-node-exporter: 0.15.2 -> 0.16.0
This commit is contained in:
Pascal Wittmann 2018-06-18 22:28:42 +02:00 committed by GitHub
commit 21c60a1926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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; {