prometheus-node-exporter: 1.11.1 -> 1.12.0

This commit is contained in:
R. Ryantm
2026-07-11 08:34:50 +00:00
parent 3dcc696095
commit 9dca027e36

View File

@@ -8,16 +8,16 @@
buildGoModule (finalAttrs: {
pname = "node_exporter";
version = "1.11.1";
version = "1.12.0";
src = fetchFromGitHub {
owner = "prometheus";
repo = "node_exporter";
tag = "v${finalAttrs.version}";
hash = "sha256-AoW4JO9V/sZDjonNT+Ar8saX/rlb1lB/+Vmu5qGtTlA=";
hash = "sha256-pjgxx7Xz0q2SctTEwDiwqmZAOTxrHt1XEl1pSMP7Ids=";
};
vendorHash = "sha256-qTuzF4xeF0riOedwaUR4x/U6Jb0j+GIwUfUfstp2Cao=";
vendorHash = "sha256-WFRxkwMM9D612tLJjij+kwpcwhcl3KhR8xXxx43SC9o=";
# FIXME: tests fail due to read-only nix store
doCheck = false;