about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-08-21 14:43:27 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-21 23:43:27 +0200
commit27f66004194ca05f172c905b4f2d1c7aacf8cb06 (patch)
tree3b2c2a1c504b455c8004ba9c6fe929dff7ef75bb
parent60942ead1cb97da965957d0ff1b00d67dea8efe2 (diff)
downloadnixlib-27f66004194ca05f172c905b4f2d1c7aacf8cb06.tar
nixlib-27f66004194ca05f172c905b4f2d1c7aacf8cb06.tar.gz
nixlib-27f66004194ca05f172c905b4f2d1c7aacf8cb06.tar.bz2
nixlib-27f66004194ca05f172c905b4f2d1c7aacf8cb06.tar.lz
nixlib-27f66004194ca05f172c905b4f2d1c7aacf8cb06.tar.xz
nixlib-27f66004194ca05f172c905b4f2d1c7aacf8cb06.tar.zst
nixlib-27f66004194ca05f172c905b4f2d1c7aacf8cb06.zip
nodejs-slim-10_x: 10.7.0 -> 10.9.0 (#45172)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nodejs-slim/versions.
-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 1d307c77f9fb..ee88b2313662 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.7.0";
-    sha256 = "0qp93ddbnvadimj11wnznwhkq8vq1f7q259iq8siy5b7r936kvil";
+    version = "10.9.0";
+    sha256 = "00hdachbmcf9pyd1iksprsi5mddwp6z59mb3lr81z8ynfbmzhzni";
   }