prometheus-node-exporter: fix tag

This commit is contained in:
Justin Restivo
2025-12-19 16:58:24 -05:00
parent 363408f72e
commit adfe54462d
@@ -13,7 +13,7 @@ buildGoModule (finalAttrs: {
src = fetchFromGitHub {
owner = "prometheus";
repo = "node_exporter";
tag = "${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-UaybbRmcvifXNwTNXg7mIYN9JnonSxwG62KfvU5auIE=";
};