about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-09-18 20:38:17 -0500
committerGitHub <noreply@github.com>2019-09-18 20:38:17 -0500
commit6289e66805dfc0b30c01990fedaef78725a32909 (patch)
tree8f985a3c11f5b20db5f0594bbfd3e9800a46884b /pkgs
parent17a6ae03cb8bf1e2af776be694afe46990a1fa64 (diff)
parent36b40dcc7c81f011dff038daf1d5d3c54e3a7d13 (diff)
downloadnixlib-6289e66805dfc0b30c01990fedaef78725a32909.tar
nixlib-6289e66805dfc0b30c01990fedaef78725a32909.tar.gz
nixlib-6289e66805dfc0b30c01990fedaef78725a32909.tar.bz2
nixlib-6289e66805dfc0b30c01990fedaef78725a32909.tar.lz
nixlib-6289e66805dfc0b30c01990fedaef78725a32909.tar.xz
nixlib-6289e66805dfc0b30c01990fedaef78725a32909.tar.zst
nixlib-6289e66805dfc0b30c01990fedaef78725a32909.zip
Merge pull request #69025 from marsam/update-nodejs-10
nodejs-10_x: 10.16.0 -> 10.16.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/web/nodejs/v10.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v10.nix b/pkgs/development/web/nodejs/v10.nix
index 5743868d5d96..939b065a55c2 100644
--- a/pkgs/development/web/nodejs/v10.nix
+++ b/pkgs/development/web/nodejs/v10.nix
@@ -5,6 +5,6 @@ let
 in
   buildNodejs {
     inherit enableNpm;
-    version = "10.16.0";
-    sha256 = "0236jlb1hxhzqjlmmlxipcycrndiq92c8434iyy7zshh3n4pzqqq";
+    version = "10.16.3";
+    sha256 = "1gbblbmvx7a0wkgp3fs2pf5c1hymdpnfc7zqp1slg5hmfhyi5wbv";
   }