Unverified Commit 2cb8581d authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

darwin.xcode: add 15.2, 15.3 and 15.4 (#313003)

parents 42d58113 a100f1be
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -84,5 +84,8 @@ in lib.makeExtensible (self: {
  xcode_14_1 = requireXcode "14.1" "sha256-QJGAUVIhuDYyzDNttBPv5lIGOfvkYqdOFSUAr5tlkfs=";
  xcode_15 = requireXcode "15" "sha256-ffqISt2Ayccln5BArKIjSdzbEgoSoNwq8TPLGysAE0c=";
  xcode_15_1 = requireXcode "15.1" "sha256-0djqoSamU87rCpjo50Un3cFg9wKf+pSczRko6uumGM0=";
  xcode_15_2 = requireXcode "15.2" "sha256-9B/4Tdyb3QGAzm579QGn5Iq/hA2hscD8OcoSJ5BFFXs=";
  xcode_15_3 = requireXcode "15.3" "sha256-FyVA8EEPCI12Z4sJ4RQRZlMMpFmi7S8VYLcyvad3swM=";
  xcode_15_4 = requireXcode "15.4" "sha256-yeo+sf6bBIJy9/1sQiMuPEMPniwGXMB6/FXXL0UrI5U=";
  xcode = self."xcode_${lib.replaceStrings ["."] ["_"] (if (stdenv.targetPlatform ? xcodeVer) then stdenv.targetPlatform.xcodeVer else "12.3")}";
})
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ impure-cmds // appleSourcePackages // chooseLibs // {
    xcode_12 xcode_12_0_1 xcode_12_1 xcode_12_2 xcode_12_3 xcode_12_4 xcode_12_5 xcode_12_5_1
    xcode_13 xcode_13_1 xcode_13_2 xcode_13_3 xcode_13_3_1 xcode_13_4 xcode_13_4_1
    xcode_14 xcode_14_1
    xcode_15 xcode_15_1
    xcode_15 xcode_15_1 xcode_15_2 xcode_15_3 xcode_15_4
    xcode;

  CoreSymbolication = callPackage ../os-specific/darwin/CoreSymbolication {