mirror of
https://github.com/status-im/status-react.git
synced 2025-02-01 21:57:16 +00:00
support ios "15.3" (#20127)
This commit is contained in:
parent
813e4ee730
commit
81977475c5
@ -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"];
|
||||
versions = ["15.1" "15.2" "15.3"];
|
||||
};
|
||||
go = super.go_1_20;
|
||||
clang = super.clang_15;
|
||||
|
Loading…
x
Reference in New Issue
Block a user