nodejs-slim-9_x: 9.8.0 -> 9.10.1

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.

These checks were done:

- built on NixOS
- ran `/nix/store/x8x8w4v4mnzkvyyhvijaybqrpnj7iybb-nodejs-slim-9.10.1/bin/node -h` got 0 exit code
- ran `/nix/store/x8x8w4v4mnzkvyyhvijaybqrpnj7iybb-nodejs-slim-9.10.1/bin/node --help` got 0 exit code
- ran `/nix/store/x8x8w4v4mnzkvyyhvijaybqrpnj7iybb-nodejs-slim-9.10.1/bin/node -v` and found version 9.10.1
- ran `/nix/store/x8x8w4v4mnzkvyyhvijaybqrpnj7iybb-nodejs-slim-9.10.1/bin/node --version` and found version 9.10.1
- found 9.10.1 with grep in /nix/store/x8x8w4v4mnzkvyyhvijaybqrpnj7iybb-nodejs-slim-9.10.1
- directory tree listing: https://gist.github.com/100cb702224b8d878ab1ae23f07ed9cb
This commit is contained in:
R. RyanTM 2018-03-31 01:31:21 -07:00
parent a7af5d4f88
commit fab2f432a6

View File

@ -5,7 +5,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "9.8.0";
sha256 = "1b0ynhvnq25w29rmshim0dn4m1dknkn1p52idi6acpzswi4vn1h7";
version = "9.10.1";
sha256 = "1widvxbc8sp8p8vp7q38b3zy0w1nx4iaqmp81s6bvaqs08h7wfy9";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
}