nodejs: 20.18.0 -> 22.11.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user