about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-04-09 04:25:16 -0500
committerGitHub <noreply@github.com>2020-04-09 04:25:16 -0500
commitb63aab9188662113deb57d05816626056e916c45 (patch)
treed0fcced552572a6dcd49c13f2f06dff9014e548e /pkgs/development
parent88607e0e02df3dd62b3c1741ccd8329a5fbd506c (diff)
parent20f7559f9a57f0ce68177a9bbc152a4e0f1b6119 (diff)
downloadnixlib-b63aab9188662113deb57d05816626056e916c45.tar
nixlib-b63aab9188662113deb57d05816626056e916c45.tar.gz
nixlib-b63aab9188662113deb57d05816626056e916c45.tar.bz2
nixlib-b63aab9188662113deb57d05816626056e916c45.tar.lz
nixlib-b63aab9188662113deb57d05816626056e916c45.tar.xz
nixlib-b63aab9188662113deb57d05816626056e916c45.tar.zst
nixlib-b63aab9188662113deb57d05816626056e916c45.zip
Merge pull request #84759 from marsam/update-nodejs-12_x
nodejs-12_x: 12.16.1 -> 12.16.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/web/nodejs/v12.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v12.nix b/pkgs/development/web/nodejs/v12.nix
index 3fa5216ccf82..6d7f213536a6 100644
--- a/pkgs/development/web/nodejs/v12.nix
+++ b/pkgs/development/web/nodejs/v12.nix
@@ -5,6 +5,6 @@ let
 in
   buildNodejs {
     inherit enableNpm;
-    version = "12.16.1";
-    sha256 = "0ba1dla31z6i31z3723l74nky1v04irwbl3iaqmi0iicl1dq958a";
+    version = "12.16.2";
+    sha256 = "0y5yd6h13fr34byi7h5xdjaivgcxiz0ykcmpk9nm5ra01b54fp2m";
   }