darwin.xcode: add 16.2 (#364482)
This commit is contained in:
commit
42b2d9e789
@ -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 [ "." ] [ "_" ] (
|
||||
|
@ -261,6 +261,7 @@ makeScopeWithSplicing' {
|
||||
xcode_15_4
|
||||
xcode_16
|
||||
xcode_16_1
|
||||
xcode_16_2
|
||||
xcode
|
||||
;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user