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>2020-05-05 18:18:18 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-05-05 18:18:18 -0500
commit5d08c567d92b94076cec87c161aecccd13b81de0 (patch)
treec803eb56c0473d2fc53d18ce860c24fa720df638 /pkgs/development/web/nodejs
parent5698e344658a8fb9ef3f3cad69b5c9472511ecb0 (diff)
downloadnixlib-5d08c567d92b94076cec87c161aecccd13b81de0.tar
nixlib-5d08c567d92b94076cec87c161aecccd13b81de0.tar.gz
nixlib-5d08c567d92b94076cec87c161aecccd13b81de0.tar.bz2
nixlib-5d08c567d92b94076cec87c161aecccd13b81de0.tar.lz
nixlib-5d08c567d92b94076cec87c161aecccd13b81de0.tar.xz
nixlib-5d08c567d92b94076cec87c161aecccd13b81de0.tar.zst
nixlib-5d08c567d92b94076cec87c161aecccd13b81de0.zip
nodejs-14_x: 14.1.0 -> 14.2.0
Changelog: https://github.com/nodejs/node/releases/tag/v14.2.0
Diffstat (limited to 'pkgs/development/web/nodejs')
-rw-r--r--pkgs/development/web/nodejs/v14.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v14.nix b/pkgs/development/web/nodejs/v14.nix
index e2f8dd7173c7..1c9c353fd511 100644
--- a/pkgs/development/web/nodejs/v14.nix
+++ b/pkgs/development/web/nodejs/v14.nix
@@ -9,6 +9,6 @@ let
 in
   buildNodejs {
     inherit enableNpm;
-    version = "14.1.0";
-    sha256 = "0pw39628y8qi2jagmmnfj0fkcbv00qcd1cqybiprf1v22hhij44n";
+    version = "14.2.0";
+    sha256 = "1kqnkqkv2chw9s0hazbaba5y1555h526825xqk4rr441wcxcrzcf";
   }