about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-06-09 03:39:02 -0500
committerGitHub <noreply@github.com>2022-06-09 03:39:02 -0500
commitd2f72cbfe0aa7d4d7960d8f2c587959031779c19 (patch)
tree8384a97f0784c3bf19c4b61ac76584340db1e554 /pkgs
parent262cef8b921c9d1e2dbda915c371b659ecafcd5e (diff)
parent97d05d24b60dfbdb48b45fc02f95a3afe60cb0aa (diff)
Merge pull request #177002 from marsam/revert-nodejs-16_x-update
Revert "nodejs-16_x: 16.15.0 -> 16.15.1"
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/web/nodejs/v16.nix4
1 files changed, 2 insertions, 2 deletions
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
     ];