chore: add Xcode 15.4 to allowed versions (#20641)

This commit adds Xcode 15.4 to allowed versions in xcode-wrapper overlay.
This commit is contained in:
Siddarth Kumar 2024-07-04 14:39:23 +05:30 committed by GitHub
parent 1e40d49369
commit 147676ae8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ in {
yarn = super.yarn.override { nodejs = super.nodejs-18_x; };
openjdk = super.openjdk11_headless;
xcodeWrapper = callPackage ./pkgs/xcodeenv/compose-xcodewrapper.nix { } {
versions = ["15.1" "15.2" "15.3"];
versions = ["15.1" "15.2" "15.3" "15.4"];
};
go = super.go_1_21;
clang = super.clang_15;