nodejs: 20.18.0 -> 22.11.0

This commit is contained in:
Antoine du Hamel
2024-10-29 15:30:11 +01:00
parent a49c7353cf
commit 1e99bcac6f
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "22.10.0";
sha256 = "3180710d3130ad9df01466abf010e408d41b374be54301d1480d10eca73558e0";
version = "22.11.0";
sha256 = "bbf0297761d53aefda9d7855c57c7d2c272b83a7b5bad4fea9cb29006d8e1d35";
patches = [
./configure-emulator.patch
./configure-armv6-vfpv2.patch
+3 -3
View File
@@ -4298,9 +4298,9 @@ with pkgs;
nixnote2 = libsForQt5.callPackage ../applications/misc/nixnote2 { };
nodejs = hiPrio nodejs_20;
nodejs-slim = nodejs-slim_20;
corepack = hiPrio corepack_20;
nodejs = hiPrio nodejs_22;
nodejs-slim = nodejs-slim_22;
corepack = hiPrio corepack_22;
nodejs_18 = callPackage ../development/web/nodejs/v18.nix { };
nodejs-slim_18 = callPackage ../development/web/nodejs/v18.nix { enableNpm = false; };