Skip to content

Commit

Permalink
Merge pull request #238884 from marsam/update-nodejs
Browse files Browse the repository at this point in the history
nodejs: 16.20.0 -> 16.20.1, 18.16.0 -> 18.16.1, 20.3.0 -> 20.3.1
  • Loading branch information
marsam authored Jun 21, 2023
2 parents e5b18e6 + 12bbce3 commit 9c70578
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v16.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.20.0";
sha256 = "sha256-4JkPmSI05ApR/hH5LDgWyTp34bCBFF0912LNECY0U0k=";
version = "16.20.1";
sha256 = "sha256-g+AzgeJx8aVhkYjnrqnYXZt+EvW+KijOt41ySe0it/E=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
./bypass-darwin-xcrun-node16.patch
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v18.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "18.16.0";
sha256 = "sha256-M9gaIz4jWlCa3aSk8iCQCNBFkZed5rPw9nwckGCT8Rg=";
version = "18.16.1";
sha256 = "sha256-6EBPjI2J/f336Vu7xgZr0OVxrLpY9USSWZthX77v4nI=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
./bypass-darwin-xcrun-node16.patch
Expand Down
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.3.0";
sha256 = "sha256-G6jUlCPtOnVykGa7PqJkk+6ct9ZWjvlIWX/J70VPdDU=";
version = "20.3.1";
sha256 = "sha256-EqgtswZpeVm0OJs1Gl+XhImGsTE/mQGw4LPYz08/mZE=";
patches = [
./revert-arm64-pointer-auth.patch
./disable-darwin-v8-system-instrumentation-node19.patch
Expand Down

0 comments on commit 9c70578

Please sign in to comment.