prometheus-node-exporter: 1.4.0 -> 1.5.0 (#203758)

This commit is contained in:
Philipp 2022-12-01 03:05:50 +01:00 committed by GitHub
parent 34f41a0848
commit 275025ce4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,17 +5,17 @@
buildGoModule rec {
pname = "node_exporter";
version = "1.4.0";
version = "1.5.0";
rev = "v${version}";
src = fetchFromGitHub {
inherit rev;
owner = "prometheus";
repo = "node_exporter";
sha256 = "sha256-KO33Cyrc4Oh6vvTMazo5iuekpyxNsi18gIb66Z8B9i4=";
sha256 = "sha256-jzgf7XVqtqHf5Uqkcr/0epC0R0fw7l7acr+F8jZ6M68=";
};
vendorSha256 = "sha256-eJbb56U6VStwfi6iSemWrriDYNaPiDegW3KJr8rH1NU=";
vendorSha256 = "sha256-k4Wolrp/mebwA6ZLftCNVFOdHoXHcJZI9JWrhBxX5Pk=";
# FIXME: tests fail due to read-only nix store
doCheck = false;