File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 # unless you intend to override function arguments later.
2323 } ) . overrideAttrs
2424 ( old : {
25- version = "0.4.0 -git" ;
25+ version = "0.5.2 -git" ;
2626 src = pkgs . lib . cleanSource ./. ;
2727 nativeBuildInputs = old . nativeBuildInputs ++ [ pkgs . cmake ] ;
2828 # Add wlroots_0_19 here
Original file line number Diff line number Diff line change 11project (
22 ' sway' ,
33 ' c' ,
4- version : ' 0.5.1 ' ,
4+ version : ' 0.5.2 ' ,
55 license : ' MIT' ,
66 meson_version : ' >=1.3' ,
77 default_options : [
@@ -44,7 +44,7 @@ subproject(
4444 ' scenefx' ,
4545 required : false ,
4646)
47- scenefx = dependency (' scenefx-0.3 ' , fallback : ' scenefx' )
47+ scenefx = dependency (' scenefx-0.4 ' , fallback : ' scenefx' )
4848
4949# Execute the wlroots subproject, if any
5050wlroots_version = [' >=0.19.0' , ' <0.20.0' ]
You can’t perform that action at this time.
0 commit comments