darwin.xcode: add 16.3
This commit is contained in:
parent
94bf536ca0
commit
ebbdb9088b
@ -102,6 +102,7 @@ lib.makeExtensible (self: {
|
||||
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_16_3 = requireXcode "16.3" "sha256-hkIlRYUc1SD2lBwhRtqBGJapUIa+tdOyPKG19Su5OUU=";
|
||||
xcode =
|
||||
self."xcode_${
|
||||
lib.replaceStrings [ "." ] [ "_" ] (
|
||||
|
@ -256,6 +256,7 @@ makeScopeWithSplicing' {
|
||||
xcode_16
|
||||
xcode_16_1
|
||||
xcode_16_2
|
||||
xcode_16_3
|
||||
xcode
|
||||
requireXcode
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user