From bea9df44781f84dbc8249c9d79b06ea044d70549 Mon Sep 17 00:00:00 2001 From: "rigelbuild-renovate[bot]" <319700990+rigelbuild-renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 18:07:54 +0000 Subject: [PATCH] chore(deps): update node.js to v24.20.0 --- tools/toolchain/versions/node.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/toolchain/versions/node.nix b/tools/toolchain/versions/node.nix index 34197525f..5097c9f36 100644 --- a/tools/toolchain/versions/node.nix +++ b/tools/toolchain/versions/node.nix @@ -1,18 +1,18 @@ # tools/toolchain/versions/node.nix — the node toolchain pin. rec { - version = "24.18.0"; + version = "24.20.0"; srcs = { "x86_64-linux" = { url = "https://nodejs.org/dist/v${version}/node-v${version}-linux-x64.tar.xz"; - hash = "sha256-VapxU/nYjyjXZfza1a5pRbXA+Yo2iBcDgX5MRQ+nZ0I="; + hash = "sha256-LywNoWIxjw3kdmVBDHyMLtPTbI8xBd5LvGEXbHCny/I="; }; "aarch64-linux" = { url = "https://nodejs.org/dist/v${version}/node-v${version}-linux-arm64.tar.xz"; - hash = "sha256-WMlSBQH2ritS1bIQRE4kudDAKaWMUBG3l7wf5xBYhvY="; + hash = "sha256-X03athDBqyAWs8Inzr2/bZSVFhSH5HOce5AJBZX0Zfc="; }; "aarch64-darwin" = { url = "https://nodejs.org/dist/v${version}/node-v${version}-darwin-arm64.tar.gz"; - hash = "sha256-4al+FMmcgD6WxzOUAyguoFpJnDL42D3v6e9exm+XntE="; + hash = "sha256-QOVgfl7LPbkZJyN3baLXXZZiYPx0p6nnMcG9Z92pa8g="; }; }; }