Skip to content

Commit

Permalink
nodejs_20: 20.2.0 -> 20.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Jun 9, 2023
1 parent 39390f7 commit 42754a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v20.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "20.2.0";
sha256 = "sha256-IlI98jFsNVaXFP8fabBTwuKGztRgiYQX3uRpRe/N+Yk=";
version = "20.3.0";
sha256 = "sha256-G6jUlCPtOnVykGa7PqJkk+6ct9ZWjvlIWX/J70VPdDU=";
patches = [
./revert-arm64-pointer-auth.patch
./disable-darwin-v8-system-instrumentation-node19.patch
Expand Down

1 comment on commit 42754a7

@ryanrasti
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI I am experiencing an issue with npm not handling signals properly and tracked it down to this commit. I have filed a bug there.

Please sign in to comment.