Skip to content

Commit

Permalink
nodejs_22: 22.8.0 -> 22.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Sep 17, 2024
1 parent 87cbfcb commit 21c9897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
14 changes: 0 additions & 14 deletions pkgs/development/web/nodejs/gyp-patches-v22-import-sys.patch

This file was deleted.

5 changes: 2 additions & 3 deletions pkgs/development/web/nodejs/v22.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ let
};

gypPatches = callPackage ./gyp-patches.nix { } ++ [
./gyp-patches-v22-import-sys.patch
];
in
buildNodejs {
inherit enableNpm;
version = "22.8.0";
sha256 = "f130e82176d1ee0702d99afc1995d0061bf8ed357c38834a32a08c9ef74f1ac7";
version = "22.9.0";
sha256 = "a55aeb368dee93432f610127cf94ce682aac07b93dcbbaadd856df122c9239df";
patches = [
./configure-emulator.patch
./configure-armv6-vfpv2.patch
Expand Down

0 comments on commit 21c9897

Please sign in to comment.