nix: upgrade xcode 11.4.1 to 11.5

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-06-26 21:20:46 +02:00
parent 056dde0190
commit c943f5f283
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
library 'status-react-jenkins@v1.1.7'
pipeline {
agent { label 'macos-xcode-11.4.1' }
agent { label 'macos-xcode-11.5' }
parameters {
string(

View File

@ -1,7 +1,7 @@
library 'status-react-jenkins@v1.1.7'
pipeline {
agent { label 'macos-xcode-11.4.1' }
agent { label 'macos-xcode-11.5' }
parameters {
string(

View File

@ -32,7 +32,7 @@ in {
gradlePropParser = callPackage ./tools/gradlePropParser.nix { };
# Package version adjustments
xcodeWrapper = super.xcodeenv.composeXcodeWrapper { version = "11.4.1"; };
xcodeWrapper = super.xcodeenv.composeXcodeWrapper { version = "11.5"; };
openjdk = super.pkgs.openjdk8_headless;
nodejs = super.pkgs.nodejs-12_x;