mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
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:
parent
636695a910
commit
a1b5b1a660
@ -17,7 +17,7 @@ let requireXcode = version: sha256:
|
|||||||
'';
|
'';
|
||||||
app = requireFile rec {
|
app = requireFile rec {
|
||||||
name = "Xcode.app";
|
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";
|
hashMode = "recursive";
|
||||||
inherit sha256;
|
inherit sha256;
|
||||||
message = ''
|
message = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user