Skip to content

Commit

Permalink
nodejs_22: 22.3.0 -> 22.4.0 (NixOS#323982)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Jul 4, 2024
1 parent 8f269a9 commit 87327df
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pkgs/development/web/nodejs/v22.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,13 @@ let
in
buildNodejs {
inherit enableNpm;
version = "22.3.0";
sha256 = "0k0h4s9s2y0ms3g6xhynsqsrkl9hz001dmj6j0gpc5x5vk8mpf5z";
version = "22.4.0";
sha256 = "sha256-KStDAITy8ykT3H2k6y+8iWklJ3Kp0b/ormxLSpjKOtM=";
patches = [
./disable-darwin-v8-system-instrumentation-node19.patch
./bypass-darwin-xcrun-node16.patch
./node-npm-build-npm-package-logic.patch
./use-correct-env-in-tests.patch
./bin-sh-node-run-v22.patch
(fetchpatch2 {
# Fixes OpenSSL 3.0.14 compatibility in tests.
# See https://github.com/nodejs/node/pull/53373
url = "https://github.com/nodejs/node/commit/14863e80584e579fd48c55f6373878c821c7ff7e.patch";
hash = "sha256-I7Wjc7DE059a/ZyXAvAqEGvDudPjxQqtkBafckHCFzo=";
})
];
}

0 comments on commit 87327df

Please sign in to comment.