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-05 16:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2021-01-05 16:20:00 -0500
commitc68ee8362c461e6e5c49cc87ef7fca29e9275dbd (patch)
tree00fd38ba1a287b98917adf7f736ebbdb55091f98 /pkgs/development/web/nodejs
parenta3ab47ec9067b5f9fccda506fc8641484c3d8e73 (diff)
downloadnixlib-c68ee8362c461e6e5c49cc87ef7fca29e9275dbd.tar
nixlib-c68ee8362c461e6e5c49cc87ef7fca29e9275dbd.tar.gz
nixlib-c68ee8362c461e6e5c49cc87ef7fca29e9275dbd.tar.bz2
nixlib-c68ee8362c461e6e5c49cc87ef7fca29e9275dbd.tar.lz
nixlib-c68ee8362c461e6e5c49cc87ef7fca29e9275dbd.tar.xz
nixlib-c68ee8362c461e6e5c49cc87ef7fca29e9275dbd.tar.zst
nixlib-c68ee8362c461e6e5c49cc87ef7fca29e9275dbd.zip
nodejs-10_x: 10.23.0 -> 10.23.1
https://github.com/nodejs/node/releases/tag/v10.23.1
Diffstat (limited to 'pkgs/development/web/nodejs')
-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 a1df5ddd741e..fa383e8f0c33 100644
--- a/pkgs/development/web/nodejs/v10.nix
+++ b/pkgs/development/web/nodejs/v10.nix
@@ -8,7 +8,7 @@ let
 in
   buildNodejs {
     inherit enableNpm;
-    version = "10.23.0";
-    sha256 = "07vlqr0493a569i0npwgkxk5wa4vc7j68jsivchg08y2slwn0dgx";
+    version = "10.23.1";
+    sha256 = "1ypddif8jc8qrw9n1f8zbpknjcbnjc9xhpm57hc5nqbrmzsidal8";
     patches = stdenv.lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
   }