diff options
| author | François Joulaud <francois-oss@avalenn.eu> | 2025-11-27 19:34:03 +0100 |
|---|---|---|
| committer | Gabriel Wicki <gabriel@erlikon.ch> | 2025-11-29 11:54:34 +0100 |
| commit | 55fda7c84196a420f2e39b267de734e811fa30a4 (patch) | |
| tree | 56e945e9a610c7f156e6f57581acf48288941a93 /gnu | |
| parent | fe85236941ab3e19ed56a4fc3081b6fbbc267bac (diff) | |
gnu: wlroots: Update to 0.19.2 with bug fixes.
There is some bug in 0.19.1 which crashes sway at DPMS off.
0.19.2 fixes the bug.
* gnu/packages/wm.scm (wlroots): update to 0.19.2.
Change-Id: I2d1d6af11f9314e768f9d794bf977b57edc3ceb5
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 637338a22ed..08f286af36f 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2363,7 +2363,7 @@ XDG-Output for wlclock to work.") (define-public wlroots (package (name "wlroots") - (version "0.19.1") + (version "0.19.2") (source (origin (method git-fetch) @@ -2372,7 +2372,7 @@ XDG-Output for wlclock to work.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1w3nlrvy7625jh4f0l923f7irywzfdashcw5hbf8jq9kpjhpm323")))) + (base32 "0w1mq72r92zk9z650gdik17h6rxqnxjy63r2mfj423zxl54s2lzi")))) (build-system meson-build-system) (arguments (list #:phases |
