Skip to content

Commit

Permalink
Revert "nodejs-16_x: 16.15.0 -> 16.15.1"
Browse files Browse the repository at this point in the history
Node.js 16.15.1 updated its vendored npm, which breaks sandboxed builds

See: NixOS#176127

This reverts commit e6188b6.
  • Loading branch information
marsam authored and gador committed Jun 10, 2022
1 parent c407ec9 commit 385ecf9
Showing 1 changed file with 2 additions and 2 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 @@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.15.1";
sha256 = "sha256-1OmdPB9pcREJpnUlVxBY5gCc3bwijn1yO4+0pFQWm30=";
version = "16.15.0"; # Do not upgrade until #176127 is solved
sha256 = "sha256-oPgS78Q/eDIeygiVeWCkj15r+XAE1QWMjdOwPGRupPc=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
];
Expand Down

0 comments on commit 385ecf9

Please sign in to comment.