Skip to content
Snippets Groups Projects
Commit 85dbf19e authored by Cheng Shao's avatar Cheng Shao
Browse files

pkgs: correct nodejs version

parent 1ba116eb
No related branches found
No related tags found
1 merge request!95Misc bumps with wizer tail-call fix
......@@ -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 ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment