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:
aszlig 2014-03-12 09:12:10 +01:00
parent a6621202af
commit a445199db4
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -6,12 +6,12 @@ let
osxVersion = "10.9";
in stdenv.mkDerivation rec {
name = "xcode-${version}";
version = "5.0.2";
version = "5.1";
src = requireFile {
name = "xcode_${version}.dmg";
url = meta.homepage;
sha256 = "0mrligqkfqwx8cy883pxm4w5w7a17nfh227zdspfll23r9agf32k";
sha256 = "0zkggbmsfc5w53j1ncbpayvnn1vzpyzyjjjzhawq1jjfq465bfvh";
};
phases = [ "unpackPhase" "patchPhase" "installPhase" "fixupPhase" ];