xcode: update Xcode URL

Apple has changed this location. Now the url should look like:

https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_8.2/Xcode_8.2.xip
This commit is contained in:
Matthew Justin Bauer 2018-06-08 10:27:40 -04:00 committed by GitHub
parent 636695a910
commit a1b5b1a660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ let requireXcode = version: sha256:
'';
app = requireFile rec {
name = "Xcode.app";
url = "https://download.developer.apple.com/Developer_Tools/Xcode_" + version + "/" + xip;
url = "https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_${version}/${xip}";
hashMode = "recursive";
inherit sha256;
message = ''