about summary refs log tree commit diff
path: root/pkgs/development/web/nodejs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-16 07:07:43 -0500
committerMario Rodas <marsam@users.noreply.github.com>2021-01-16 07:07:43 -0500
commit154937e41532d3f875882b9204a73c97ee8d637c (patch)
tree69ff8b6b89dd5c648498110c15bde1bf4428b2d4 /pkgs/development/web/nodejs
parentff9818d6a03a1ccc74adcf1cc3c427ea548e0094 (diff)
downloadnixlib-154937e41532d3f875882b9204a73c97ee8d637c.tar
nixlib-154937e41532d3f875882b9204a73c97ee8d637c.tar.gz
nixlib-154937e41532d3f875882b9204a73c97ee8d637c.tar.bz2
nixlib-154937e41532d3f875882b9204a73c97ee8d637c.tar.lz
nixlib-154937e41532d3f875882b9204a73c97ee8d637c.tar.xz
nixlib-154937e41532d3f875882b9204a73c97ee8d637c.tar.zst
nixlib-154937e41532d3f875882b9204a73c97ee8d637c.zip
nodejs-15_x: 15.5.1 -> 15.6.0
https://github.com/nodejs/node/releases/tag/v15.6.0
Diffstat (limited to 'pkgs/development/web/nodejs')
-rw-r--r--pkgs/development/web/nodejs/v15.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v15.nix b/pkgs/development/web/nodejs/v15.nix
index 8687336c138d..5f69cd59f541 100644
--- a/pkgs/development/web/nodejs/v15.nix
+++ b/pkgs/development/web/nodejs/v15.nix
@@ -8,6 +8,6 @@ let
 in
   buildNodejs {
     inherit enableNpm;
-    version = "15.5.1";
-    sha256 = "0qbb4dwgsy1a82ihjxl6r8bj7mwjzb21s720y1rahisd5p69l8ic";
+    version = "15.6.0";
+    sha256 = "1liqkh1gz1h37fln8xr5krbs2mqjn38n3sws2ydvk84wrpfq3prr";
   }