From 97d05d24b60dfbdb48b45fc02f95a3afe60cb0aa Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Thu, 9 Jun 2022 04:20:00 +0000 Subject: Revert "nodejs-16_x: 16.15.0 -> 16.15.1" Node.js 16.15.1 updated its vendored npm, which breaks sandboxed builds See: https://github.com/NixOS/nixpkgs/issues/176127 This reverts commit e6188b65767b0cbce493dc9724e55ca005284331. --- pkgs/development/web/nodejs/v16.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/web/nodejs/v16.nix b/pkgs/development/web/nodejs/v16.nix index 7bbdb6c252c23..2f044b44f2134 100644 --- a/pkgs/development/web/nodejs/v16.nix +++ b/pkgs/development/web/nodejs/v16.nix @@ -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 ]; -- cgit 1.4.1