xcode: Update to new version 5.1.
This version just got released two days ago, while we were working for cross-builds on 5.0.2. From the release notes it shouldn't introduce any incompatibilities. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
a6621202af
commit
a445199db4
@ -6,12 +6,12 @@ let
|
|||||||
osxVersion = "10.9";
|
osxVersion = "10.9";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "xcode-${version}";
|
name = "xcode-${version}";
|
||||||
version = "5.0.2";
|
version = "5.1";
|
||||||
|
|
||||||
src = requireFile {
|
src = requireFile {
|
||||||
name = "xcode_${version}.dmg";
|
name = "xcode_${version}.dmg";
|
||||||
url = meta.homepage;
|
url = meta.homepage;
|
||||||
sha256 = "0mrligqkfqwx8cy883pxm4w5w7a17nfh227zdspfll23r9agf32k";
|
sha256 = "0zkggbmsfc5w53j1ncbpayvnn1vzpyzyjjjzhawq1jjfq465bfvh";
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = [ "unpackPhase" "patchPhase" "installPhase" "fixupPhase" ];
|
phases = [ "unpackPhase" "patchPhase" "installPhase" "fixupPhase" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user