mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
nodejs-8_x: 8.9.4 -> 8.10.0
This commit is contained in:
parent
0cadbb8416
commit
a36ae7a685
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "8.9.4";
|
||||
sha256 = "0vy8rlg58kg75j4sw3xadmbrwxfa56iaykmjl18g9a8wkjfdxp3c";
|
||||
version = "8.10.0";
|
||||
sha256 = "06lhnasmbpwvyv5dfc9kmjj32djllwgvb1xl778cnswdc5qlwbdp";
|
||||
patches = lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ./no-xcodebuild.patch ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue