about summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2018-10-14 13:58:02 +0800
committeradisbladis <adisbladis@gmail.com>2018-10-14 13:58:02 +0800
commit2e94003c9cdb294ab5f24b84139337efeb74a2e0 (patch)
treef1dafc5e6c2d121f68d4d6f6e3617eca1d2fefb3 /pkgs/development/web
parent411044a934a9eb284b0a61b6eb873de6f2480ead (diff)
downloadnixlib-2e94003c9cdb294ab5f24b84139337efeb74a2e0.tar
nixlib-2e94003c9cdb294ab5f24b84139337efeb74a2e0.tar.gz
nixlib-2e94003c9cdb294ab5f24b84139337efeb74a2e0.tar.bz2
nixlib-2e94003c9cdb294ab5f24b84139337efeb74a2e0.tar.lz
nixlib-2e94003c9cdb294ab5f24b84139337efeb74a2e0.tar.xz
nixlib-2e94003c9cdb294ab5f24b84139337efeb74a2e0.tar.zst
nixlib-2e94003c9cdb294ab5f24b84139337efeb74a2e0.zip
nodejs-8_x: 8.11.4 -> 8.12.0
Diffstat (limited to 'pkgs/development/web')
-rw-r--r--pkgs/development/web/nodejs/v8.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v8.nix b/pkgs/development/web/nodejs/v8.nix
index c5f899f9bb42..4e6ba7945ec5 100644
--- a/pkgs/development/web/nodejs/v8.nix
+++ b/pkgs/development/web/nodejs/v8.nix
@@ -5,6 +5,6 @@ let
 in
   buildNodejs {
     inherit enableNpm;
-    version = "8.11.4";
-    sha256 = "02d6a9sq81mbvap6h1ckwrang6wrxbkg0xxzn06wn2vbv7k7vkpv";
+    version = "8.12.0";
+    sha256 = "16j1rrxkhmvpcw689ndw1raql1gz4jqn7n82z55zn63c05cgz7as";
   }