Merge pull request #234738 from r-ryantm/auto-update/prometheus-node-exporter

prometheus-node-exporter: 1.5.0 -> 1.6.0
This commit is contained in:
Weijia Wang 2023-05-30 12:43:23 +03:00 committed by GitHub
commit c7c7bfda63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,17 +5,17 @@
buildGoModule rec { buildGoModule rec {
pname = "node_exporter"; pname = "node_exporter";
version = "1.5.0"; version = "1.6.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-jzgf7XVqtqHf5Uqkcr/0epC0R0fw7l7acr+F8jZ6M68="; sha256 = "sha256-Aw1tdaiyr3wv3Ti3CFn2T80WRjEZaACwotKKJGY9I6Y=";
}; };
vendorSha256 = "sha256-k4Wolrp/mebwA6ZLftCNVFOdHoXHcJZI9JWrhBxX5Pk="; vendorHash = "sha256-hn2cMKhLl5qsm4sZErs6PXTs8yajowxw9a9vtHe5cAk=";
# FIXME: tests fail due to read-only nix store # FIXME: tests fail due to read-only nix store
doCheck = false; doCheck = false;