Skip to content

Commit

Permalink
Merge pull request NixOS#253829 from marsam/update-nodejs_20
Browse files Browse the repository at this point in the history
nodejs_20: 20.5.1 -> 20.6.0
  • Loading branch information
marsam authored Sep 7, 2023
2 parents 1ec495d + 695d8aa commit b46d1ee
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 @@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "20.5.1";
sha256 = "sha256-Q5xxqi84woYWV7+lOOmRkaVxJYBmy/1FSFhgScgTQZA=";
version = "20.6.0";
sha256 = "sha256-nvtcunqPSxjTiw19N6mzDe1zOQyE44DPTeianTCn1vo=";
patches = [
./revert-arm64-pointer-auth.patch
./disable-darwin-v8-system-instrumentation-node19.patch
Expand Down

0 comments on commit b46d1ee

Please sign in to comment.