prometheus-node-exporter: 1.6.1 -> 1.7.0
Diff: https://github.com/prometheus/node_exporter/compare/v1.6.1...v1.7.0 Changelog: https://github.com/prometheus/node_exporter/blob/v1.7.0/CHANGELOG.md Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
parent
bcd19c5881
commit
6037e18ff0
1 changed files with 3 additions and 3 deletions
|
@ -5,17 +5,17 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "node_exporter";
|
pname = "node_exporter";
|
||||||
version = "1.6.1";
|
version = "1.7.0";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "prometheus";
|
owner = "prometheus";
|
||||||
repo = "node_exporter";
|
repo = "node_exporter";
|
||||||
sha256 = "sha256-BCZLMSJP/63N+pZsK8er87Zem7IFGdkyruDs6UVDZSM=";
|
sha256 = "sha256-+KY/YXEqT/40QzODOk8lKAo0zMcNuiMvj6ippbJE9ho=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-hn2cMKhLl5qsm4sZErs6PXTs8yajowxw9a9vtHe5cAk=";
|
vendorHash = "sha256-HrlzDupZP9+GxB58Lg62tvku1Sl2zo2iV0KnBNwkM58=";
|
||||||
|
|
||||||
# FIXME: tests fail due to read-only nix store
|
# FIXME: tests fail due to read-only nix store
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Reference in a new issue