Unverified Commit 42b2d9e7 authored by toonn's avatar toonn Committed by GitHub
Browse files

darwin.xcode: add 16.2 (#364482)

parents 7a1b49fc f0e23520
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -100,6 +100,7 @@ lib.makeExtensible (self: {
  xcode_15_4 = requireXcode "15.4" "sha256-yeo+sf6bBIJy9/1sQiMuPEMPniwGXMB6/FXXL0UrI5U=";
  xcode_16 = requireXcode "16" "sha256-i/MMcEi5wCpe5+nGo6gUTsFFCoorORydAn7D/GClEdo=";
  xcode_16_1 = requireXcode "16.1" "sha256-yYg6NRRnYM/5X3hhVMfcXcdoiOV36fIongJNQ5nviD8=";
  xcode_16_2 = requireXcode "16.2" "sha256-wQjNuFZu/cN82mEEQbC1MaQt39jLLDsntsbnDidJFEs=";
  xcode =
    self."xcode_${
      lib.replaceStrings [ "." ] [ "_" ] (
+1 −0
Original line number Diff line number Diff line
@@ -261,6 +261,7 @@ makeScopeWithSplicing' {
        xcode_15_4
        xcode_16
        xcode_16_1
        xcode_16_2
        xcode
        ;