Skip to content

Commit

Permalink
nodejs_22: 22.8.0 -> 22.9.0 (#346371)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Oct 4, 2024
2 parents b7868eb + 80cb07c commit 26c5610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
14 changes: 0 additions & 14 deletions pkgs/development/web/nodejs/gyp-patches-v22-import-sys.patch

This file was deleted.

21 changes: 2 additions & 19 deletions pkgs/development/web/nodejs/v22.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ let
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 All @@ -23,23 +23,6 @@ buildNodejs {
./bin-sh-node-run-v22.patch

# Patches for OpenSSL 3.2
# Patches already in 22.9.0
(fetchpatch2 {
url = "https://github.com/nodejs/node/commit/d9ca8b018efd172a99365ada8f536491b19bd87b.patch?full_index=1";
hash = "sha256-KzoWVXcgjJaMUOXDyLlkwRcN6z3SdFhTJd0KYBYfElE=";
})
(fetchpatch2 {
url = "https://github.com/nodejs/node/commit/c4f295470392db237c0adfc9832214538a99a034.patch?full_index=1";
hash = "sha256-sYTY+oiQ5K7bYLcI1+jSTlLFdwpteKGSu7S/bbaslLE=";
})
(fetchpatch2 {
url = "https://github.com/nodejs/node/commit/a65105ec284023960e93b3a66f6661ddd2f4121f.patch?full_index=1";
hash = "sha256-ZNkiHlp+UlbnonPBhMUw6rqtjWrC1b9SgI9EcGhDlwY=";
})
(fetchpatch2 {
url = "https://github.com/nodejs/node/commit/c77bcf018716e97ae35203990bcd51c143840348.patch?full_index=1";
hash = "sha256-EwrZKpLRzk3Yjen1WVQqKTiHKE2uLTpaPsE13czH2rY=";
})
# Patches not yet released
(fetchpatch2 {
url = "https://github.com/nodejs/node/commit/f8b7a171463e775da304bccf4cf165e634525c7e.patch?full_index=1";
Expand Down

0 comments on commit 26c5610

Please sign in to comment.