[bug#78427,11/11] gnu: hyprland: Update to 0.49.0.
Commit Message
* gnu/packages/wm.scm (hyprland): Update to 0.49.0.
[inputs]: Add linux-libre-headers-6.14.
This new input is needed for dma_buf_export_sync_file.
Change-Id: I088530829879c2bcd22321c66423927f6ebd95c9
---
gnu/packages/wm.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
@@ -368,7 +368,7 @@ (define-public hypridle
(define-public hyprland
(package
(name "hyprland")
- (version "0.48.1")
+ (version "0.49.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/hyprwm/Hyprland"
@@ -385,7 +385,7 @@ (define-public hyprland
"subprojects"))))
(sha256
(base32
- "19ip27hzaj2j2idaz33ypcslawkp9v5vpjx1gcm6ypqsip1s01h1"))))
+ "0c2pvi9cdg6jv9wiz966q1sj8mjmxsgvcplsmfhhknpy7h2gp5px"))))
(build-system cmake-build-system)
(arguments
(list #:cmake cmake-next
@@ -440,6 +440,7 @@ (define-public hyprland
udis86
wayland
wayland-protocols-next
+ linux-libre-headers-6.14
xcb-util-errors
xcb-util-wm
xorg-server-xwayland))