Skip to content

Commit

Permalink
Merge pull request NixOS#263285 from marsam/update-nodejs
Browse files Browse the repository at this point in the history
nodejs: 20.8.1 -> 20.9.0, 21.0.0 -> 21.1.0
  • Loading branch information
marsam authored Oct 25, 2023
2 parents 36e30dd + fdf2af1 commit 2dbd3dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "20.8.1";
sha256 = "sha256-95nGb2pjhruKwsdaN490DEVel/H+lkOT3TnJ+fbvvHA=";
version = "20.9.0";
sha256 = "sha256-oj2WgQq/BFVCazSdR85TEPMwlbe8BXG5zFEPSBw6RRk=";
patches = [
./revert-arm64-pointer-auth.patch
./disable-darwin-v8-system-instrumentation-node19.patch
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v21.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "21.0.0";
sha256 = "sha256-vFYZK5Ua0YNQbcqaz3pNDAJZEUC3/I8lZhN1GZJm8/I=";
version = "21.1.0";
sha256 = "sha256-kaxy5ERMXlq0tEgDCmH/qVrNNdNKnTHS0iDuK+0BuSU=";
patches = [
./revert-arm64-pointer-auth.patch
./disable-darwin-v8-system-instrumentation-node19.patch
Expand Down

0 comments on commit 2dbd3dd

Please sign in to comment.