prometheus: Bump all to newest

Disable tests for prometheus-node-exporter because one megacli test fails.

Closes #16575.
This commit is contained in:
Svein Ove Aas
2016-07-18 20:27:53 +02:00
committed by Franz Pletz
parent 45644bd241
commit 31a8eee841
9 changed files with 21 additions and 40 deletions
@@ -2,7 +2,7 @@
buildGoPackage rec {
name = "prometheus-${version}";
version = "0.17.0";
version = "0.20.0";
rev = "${version}";
goPackagePath = "github.com/prometheus/prometheus";
@@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "prometheus";
repo = "prometheus";
sha256 = "176198krna2i37dfhwsqi7m36sqn175yiny6n52vj27mc9s8ggzx";
sha256 = "1w3249kvh0ps8hlxw93q4bmn2g76hvl0ynlra2pzkw2drk34xd06";
};
docheck = true;