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-06-30 18:15:49 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-06-30 18:15:49 -0500
commit78083315606959ea002032c81a27f20c4273a9d0 (patch)
treed41f27a2c6c8790fb70a3bf23951c1d6a1aa8400 /pkgs/development/web/nodejs
parentb9cf52e90746b1e3a75c6629400414a418623ffd (diff)
downloadnixlib-78083315606959ea002032c81a27f20c4273a9d0.tar
nixlib-78083315606959ea002032c81a27f20c4273a9d0.tar.gz
nixlib-78083315606959ea002032c81a27f20c4273a9d0.tar.bz2
nixlib-78083315606959ea002032c81a27f20c4273a9d0.tar.lz
nixlib-78083315606959ea002032c81a27f20c4273a9d0.tar.xz
nixlib-78083315606959ea002032c81a27f20c4273a9d0.tar.zst
nixlib-78083315606959ea002032c81a27f20c4273a9d0.zip
nodejs-14_x: 14.4.0 -> 14.5.0
Changelog: https://github.com/nodejs/node/releases/tag/v14.5.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 92cac53c7830..37156b5a966f 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.4.0";
-    sha256 = "1fbx1r3fflpsy0s7zknca0xyv2gg0ff5fl8czzsb79imqjlgcy0x";
+    version = "14.5.0";
+    sha256 = "1d6w7ycdiqbkip7m6m8xly31qgx7ywakzvrnqdq8ini5sricjlgb";
   }