[bug#78427,11/11] gnu: hyprland: Update to 0.49.0.

Message ID 8994468979e9cf609abb784ae4c83e0506bb5962.1747244395.git.murilo@disroot.org
State New
Headers
Series hypr* updates |

Commit Message

Murilo May 14, 2025, 5:54 p.m. UTC
  * 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(-)
  

Patch

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index e459de4d7a..7a4c690b01 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -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))