Merge pull request #306540 from jpds/node-exporter-1.8.0

node-exporter: 1.7.0 → 1.8.0
This commit is contained in:
superherointj 2024-04-25 19:50:05 -03:00 committed by GitHub
commit 44ead8f591
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -5,17 +5,17 @@
buildGoModule rec {
pname = "node_exporter";
version = "1.7.0";
version = "1.8.0";
rev = "v${version}";
src = fetchFromGitHub {
inherit rev;
owner = "prometheus";
repo = "node_exporter";
sha256 = "sha256-+KY/YXEqT/40QzODOk8lKAo0zMcNuiMvj6ippbJE9ho=";
hash = "sha256-TC7F/LQnn6OIhvWLy75MQyVGS7DlgJLbbaAUZUZTvEo=";
};
vendorHash = "sha256-HrlzDupZP9+GxB58Lg62tvku1Sl2zo2iV0KnBNwkM58=";
vendorHash = "sha256-sly8AJk+jNZG8ijTBF1Pd5AOOUJJxIG8jHwBUdlt8fM=";
# FIXME: tests fail due to read-only nix store
doCheck = false;