Skip to content

Commit 8125e08

Browse files
committed
ver: update to 0.5.2
1 parent f47f35c commit 8125e08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
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
5050
wlroots_version = ['>=0.19.0', '<0.20.0']

0 commit comments

Comments
 (0)