mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #18672 from holidaycheck/nodejs-6.6.0
nodejs-6_x: 6.4.0 -> 6.6.0
This commit is contained in:
commit
f11f2e78bd
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ let
|
|||
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices;
|
||||
|
||||
in import ./nodejs.nix (args // rec {
|
||||
version = "6.4.0";
|
||||
sha256 = "1b3xpp38fd2y8zdkpvkyyvsddh5y4vly81hxkf9hi6wap0nqidj9";
|
||||
version = "6.6.0";
|
||||
sha256 = "0cqswab9idbz5kzj50fnalg1zrircmbn9qga0cr33lvjnv98a134";
|
||||
extraBuildInputs = stdenv.lib.optionals stdenv.isDarwin
|
||||
[ CoreServices ApplicationServices ];
|
||||
preBuild = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
|
|
Loading…
Reference in a new issue