feat_: add support for xcode 16.2

This commit is contained in:
Mohsen 2024-12-13 14:15:03 +03:00
parent a567cdfd67
commit c1e82b9eec
No known key found for this signature in database
GPG Key ID: 20BACCB8426033CE
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ in {
yarn = super.yarn.override { nodejs = super.nodejs_20; };
openjdk = super.openjdk17_headless;
xcodeWrapper = callPackage ./pkgs/xcodeenv/compose-xcodewrapper.nix { } {
versions = ["15.1" "15.2" "15.3" "15.4" "16.0" "16.1"];
versions = ["15.1" "15.2" "15.3" "15.4" "16.0" "16.1" "16.2"];
};
go = super.go_1_21;
clang = super.clang_15;