From 2e594379ecae8fbd13e3f0169c3b4960b70dd3e0 Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Fri, 20 Feb 2026 11:50:32 +1100 Subject: [PATCH] fix(wip/nodejs-24): source URL Signed-off-by: Anhad Singh --- recipes/wip/dev/lang/nodejs-24/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/dev/lang/nodejs-24/recipe.toml b/recipes/wip/dev/lang/nodejs-24/recipe.toml index cfd29f13..cea22719 100644 --- a/recipes/wip/dev/lang/nodejs-24/recipe.toml +++ b/recipes/wip/dev/lang/nodejs-24/recipe.toml @@ -1,6 +1,6 @@ #TODO requires stdc++20 [source] -tar = "https://nodejs.org/dist/v24.5.0/node-v24.9.0.tar.xz" +tar = "https://nodejs.org/dist/v24.9.0/node-v24.9.0.tar.xz" blake3 = "c710713c9144dc2dfadaef1d180b295d85edd9945513017fc700af68eb08a251" patches = ["01_redox.patch"]