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 = "haproxy_exporter-${version}";
version = "0.4.0";
version = "0.7.0";
rev = version;
goPackagePath = "github.com/prometheus/haproxy_exporter";
@@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "prometheus";
repo = "haproxy_exporter";
sha256 = "0cwls1d4hmzjkwc50mjkxjb4sa4q6yq581wlc5sg9mdvl6g91zxr";
sha256 = "1jkijdawmnj5yps0yaj47nyfmcah0krwmqsjvicm3sl0dhwmac4w";
};
goDeps = ./haproxy-exporter_deps.json;