From 85dbf19ebaa06650aa3a0b99b4f6877e5f68b669 Mon Sep 17 00:00:00 2001 From: Cheng Shao <terrorjack@type.dance> Date: Tue, 8 Apr 2025 18:51:56 +0000 Subject: [PATCH] pkgs: correct nodejs version --- pkgs/nodejs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/nodejs.nix b/pkgs/nodejs.nix index 7eb220d..50e6c5f 100644 --- a/pkgs/nodejs.nix +++ b/pkgs/nodejs.nix @@ -18,7 +18,7 @@ let in stdenvNoCC.mkDerivation { name = "nodejs"; - version = "23.10.0"; + version = "23.11.0"; inherit src; nativeBuildInputs = lib.optionals hostPlatform.isDarwin [ fixDarwinDylibNames ]; -- GitLab