prometheus-node-exporter: 0.16.0 -> 0.17.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/node_exporter/versions
This commit is contained in:
parent
e0950ae9ad
commit
7b8c41e04c
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# https://github.com/prometheus/node_exporter/issues/870
|
||||
buildGo19Package rec {
|
||||
name = "node_exporter-${version}";
|
||||
version = "0.16.0";
|
||||
version = "0.17.0";
|
||||
rev = "v${version}";
|
||||
|
||||
goPackagePath = "github.com/prometheus/node_exporter";
|
||||
|
@ -13,7 +13,7 @@ buildGo19Package rec {
|
|||
inherit rev;
|
||||
owner = "prometheus";
|
||||
repo = "node_exporter";
|
||||
sha256 = "0rm6ahccgr1djpwvsa3p1kfal3mpy4a6g5w974pra84gk3krli5a";
|
||||
sha256 = "08g4dg6zcr95j88apsxp828jfyx4vq271w1mgkf77c46c16d2nh0";
|
||||
};
|
||||
|
||||
# FIXME: tests fail due to read-only nix store
|
||||
|
|
Loading…
Reference in a new issue