ver: update to 0.5.2

This commit is contained in:
William McKinnon 2025-06-24 01:33:30 -04:00
parent f47f35c52c
commit 8125e08b12
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@
# unless you intend to override function arguments later.
}).overrideAttrs
(old: {
version = "0.4.0-git";
version = "0.5.2-git";
src = pkgs.lib.cleanSource ./.;
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.cmake ];
# Add wlroots_0_19 here

View file

@ -1,7 +1,7 @@
project(
'sway',
'c',
version: '0.5.1',
version: '0.5.2',
license: 'MIT',
meson_version: '>=1.3',
default_options: [
@ -44,7 +44,7 @@ subproject(
'scenefx',
required: false,
)
scenefx = dependency('scenefx-0.3', fallback: 'scenefx')
scenefx = dependency('scenefx-0.4', fallback: 'scenefx')
# Execute the wlroots subproject, if any
wlroots_version = ['>=0.19.0', '<0.20.0']