darwin.xcode: add 16.2 (#364482)

This commit is contained in:
toonn 2024-12-28 21:49:59 +01:00 committed by GitHub
commit 42b2d9e789
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -261,6 +261,7 @@ makeScopeWithSplicing' {
xcode_15_4
xcode_16
xcode_16_1
xcode_16_2
xcode
;