Merge pull request #52191 from r-ryantm/auto-update/node_exporter
prometheus-node-exporter: 0.16.0 -> 0.17.0
This commit is contained in:
commit
fe61cfebaf
@ -4,7 +4,7 @@
|
|||||||
# https://github.com/prometheus/node_exporter/issues/870
|
# https://github.com/prometheus/node_exporter/issues/870
|
||||||
buildGo19Package rec {
|
buildGo19Package rec {
|
||||||
name = "node_exporter-${version}";
|
name = "node_exporter-${version}";
|
||||||
version = "0.16.0";
|
version = "0.17.0";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
goPackagePath = "github.com/prometheus/node_exporter";
|
goPackagePath = "github.com/prometheus/node_exporter";
|
||||||
@ -13,7 +13,7 @@ buildGo19Package rec {
|
|||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "prometheus";
|
owner = "prometheus";
|
||||||
repo = "node_exporter";
|
repo = "node_exporter";
|
||||||
sha256 = "0rm6ahccgr1djpwvsa3p1kfal3mpy4a6g5w974pra84gk3krli5a";
|
sha256 = "08g4dg6zcr95j88apsxp828jfyx4vq271w1mgkf77c46c16d2nh0";
|
||||||
};
|
};
|
||||||
|
|
||||||
# FIXME: tests fail due to read-only nix store
|
# FIXME: tests fail due to read-only nix store
|
||||||
|
Loading…
Reference in New Issue
Block a user