prometheus-node-exporter: fix tag (#472523)

This commit is contained in:
Aleksana
2025-12-23 02:53:07 +00:00
committed by GitHub
@@ -13,7 +13,7 @@ buildGoModule (finalAttrs: {
src = fetchFromGitHub {
owner = "prometheus";
repo = "node_exporter";
tag = "${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-UaybbRmcvifXNwTNXg7mIYN9JnonSxwG62KfvU5auIE=";
};