Skip to content

Commit

Permalink
node-exporter: 1.0.0 -> 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Jun 16, 2020
1 parent 292cc4d commit b3fa11f
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 {
pname = "node_exporter";
version = "1.0.0";
version = "1.0.1";
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 = "12v7vaknvll3g1n7730miwxiwz8nbjq8y18lzljq9d9s8apcy32f";
sha256 = "1r0xx81r9v019fl0iv078yl21ndhb356y7s7zx171zi02k7a4p2l";
};

# FIXME: tests fail due to read-only nix store
Expand Down

0 comments on commit b3fa11f

Please sign in to comment.