We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a1b49f + f0e2352 commit 42b2d9eCopy full SHA for 42b2d9e
pkgs/os-specific/darwin/xcode/default.nix
@@ -100,6 +100,7 @@ lib.makeExtensible (self: {
100
xcode_15_4 = requireXcode "15.4" "sha256-yeo+sf6bBIJy9/1sQiMuPEMPniwGXMB6/FXXL0UrI5U=";
101
xcode_16 = requireXcode "16" "sha256-i/MMcEi5wCpe5+nGo6gUTsFFCoorORydAn7D/GClEdo=";
102
xcode_16_1 = requireXcode "16.1" "sha256-yYg6NRRnYM/5X3hhVMfcXcdoiOV36fIongJNQ5nviD8=";
103
+ xcode_16_2 = requireXcode "16.2" "sha256-wQjNuFZu/cN82mEEQbC1MaQt39jLLDsntsbnDidJFEs=";
104
xcode =
105
self."xcode_${
106
lib.replaceStrings [ "." ] [ "_" ] (
pkgs/top-level/darwin-packages.nix
@@ -261,6 +261,7 @@ makeScopeWithSplicing' {
261
xcode_15_4
262
xcode_16
263
xcode_16_1
264
+ xcode_16_2
265
xcode
266
;
267
0 commit comments