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,16 +2,16 @@
buildGoPackage rec {
name = "pushgateway-${version}";
version = "0.1.1";
version = "0.3.0";
rev = version;
goPackagePath = "github.com/prometheus/pushgateway";
src = fetchFromGitHub {
inherit rev;
owner = "prometheus";
repo = "pushgateway";
sha256 = "17q5z9msip46wh3vxcsq9lvvhbxg75akjjcr2b29zrky8bp2m230";
sha256 = "1bj0s4s3gbcnlp2z2yx7jf3jx14cdg2v4pr0yciai0g6jwwg63hd";
};
goDeps = ./pushgateway_deps.json;