darwin.xcode: add 16.3

This commit is contained in:
Dimitar Nestorov 2025-04-24 14:58:16 +03:00
parent 94bf536ca0
commit ebbdb9088b
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -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 [ "." ] [ "_" ] (

View File

@ -256,6 +256,7 @@ makeScopeWithSplicing' {
xcode_16
xcode_16_1
xcode_16_2
xcode_16_3
xcode
requireXcode
;