Skip to content

Commit 42b2d9e

Browse files
authored
darwin.xcode: add 16.2 (#364482)
2 parents 7a1b49f + f0e2352 commit 42b2d9e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkgs/os-specific/darwin/xcode/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ lib.makeExtensible (self: {
100100
xcode_15_4 = requireXcode "15.4" "sha256-yeo+sf6bBIJy9/1sQiMuPEMPniwGXMB6/FXXL0UrI5U=";
101101
xcode_16 = requireXcode "16" "sha256-i/MMcEi5wCpe5+nGo6gUTsFFCoorORydAn7D/GClEdo=";
102102
xcode_16_1 = requireXcode "16.1" "sha256-yYg6NRRnYM/5X3hhVMfcXcdoiOV36fIongJNQ5nviD8=";
103+
xcode_16_2 = requireXcode "16.2" "sha256-wQjNuFZu/cN82mEEQbC1MaQt39jLLDsntsbnDidJFEs=";
103104
xcode =
104105
self."xcode_${
105106
lib.replaceStrings [ "." ] [ "_" ] (

pkgs/top-level/darwin-packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ makeScopeWithSplicing' {
261261
xcode_15_4
262262
xcode_16
263263
xcode_16_1
264+
xcode_16_2
264265
xcode
265266
;
266267

0 commit comments

Comments
 (0)