Skip to content

Commit

Permalink
promtheus-node-exporter: 0.13.0 -> 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored and globin committed Apr 29, 2017
1 parent 154dacd commit bd27594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/monitoring/prometheus/node-exporter.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "node_exporter-${version}";
version = "0.13.0";
version = "0.14.0";
rev = "v${version}";

goPackagePath = "github.com/prometheus/node_exporter";
Expand All @@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "prometheus";
repo = "node_exporter";
sha256 = "03xk8zns0dvzs13jgiwl2dxj9aq4bbfmwsg0wq5piravxpszs09q";
sha256 = "0rm43jjqv7crfahl973swi4warqmqnmv740cg800yvzvnlp37kl4";
};

# FIXME: megacli test fails
Expand Down

0 comments on commit bd27594

Please sign in to comment.