File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ This project's release branch is `master`. This log is written from the perspect
1010* * Breaking change* : Remove deprecated cabal2nixResult
1111* Haskell Libraries Updates
1212 * reflex-dom 0.6.3.1
13+ * ios: Update ios-deploy to v1.12.2
1314
1415## v1.1.2.0 - 2023-09-07
1516
Original file line number Diff line number Diff line change @@ -146,20 +146,17 @@ let iosSupport = system == "x86_64-darwin";
146146 gobject-introspection = super . gobject-introspection-unwrapped ;
147147 } ;
148148
149- # Bump ios-deploy
150- # - for faster deployments
151- # - fixes debug deploy with iOS 16/macos 12.3/ xcode 13.4.1
152- darwin = super . darwin // {
153- ios-deploy = super . darwin . ios-deploy . overrideAttrs ( _ : {
154- version = "HEAD" ;
149+ darwin = super . darwin . overrideScope ( dself : dsuper : {
150+ ios-deploy = dsuper . ios-deploy . overrideAttrs ( _ : {
151+ version = "1.12.2" ;
155152 src = self . fetchFromGitHub {
156153 owner = "ios-control" ;
157154 repo = "ios-deploy" ;
158- rev = "b3254438719b6bc82ceab1f630e7d642a9acfac5" ; # unreleased
159- sha256 = "W45Qjr3xqvDWieLBgt4//nthxxcc3hgrJNrpSk7vWj8= " ;
155+ rev = "ed7de7792d28a5110242748649047a95c95ea917" ;
156+ sha256 = "082w7j490khfpbv1diwrjixjbg9g93wdr2khyzdhv8xmzzwq4lad " ;
160157 } ;
161158 } ) ;
162- } ;
159+ } ) ;
163160 openjdk16-bootstrap = super . openjdk16-bootstrap . override {
164161 gtkSupport = false ;
165162 } ;
You can’t perform that action at this time.
0 commit comments