From a445199db42a99560ae15838444a67bc19498cc1 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 12 Mar 2014 09:12:10 +0100 Subject: 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 --- pkgs/os-specific/darwin/xcode/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/os-specific/darwin/xcode/default.nix b/pkgs/os-specific/darwin/xcode/default.nix index 5d4546d63bf..b80682b7550 100644 --- a/pkgs/os-specific/darwin/xcode/default.nix +++ b/pkgs/os-specific/darwin/xcode/default.nix @@ -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" ]; -- cgit 1.4.1