Skip to content

Commit

Permalink
nodejs: 20.18.0 -> 22.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Oct 29, 2024
1 parent ccfbf47 commit 869c6b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v22.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9428,9 +9428,9 @@ with pkgs;

nodenv = callPackage ../development/tools/nodenv { };

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; };
Expand Down

0 comments on commit 869c6b2

Please sign in to comment.