diff options
| author | Murilo <murilo@disroot.org> | 2025-09-10 13:28:54 -0300 |
|---|---|---|
| committer | John Kehayias <john@guixotic.coop> | 2025-09-13 16:03:08 -0400 |
| commit | eda0ae0185d3cff93ba962a0ea1635f139b61c56 (patch) | |
| tree | e9889c5cc9424d3c71c9f526247143760546be15 /gnu | |
| parent | 8f45c2c1b7831768b7788531f8aebda0f030a46b (diff) | |
gnu: hyprland: Update to 0.51.0.
* gnu/packages/wm.scm (hyprland): Update to 0.51.0.
[inputs]: Change wayland-protocols to wayland-protocols-next.
Change-Id: I88235437857670d5eb7238313bad44ea5cdb7ec1
Signed-off-by: John Kehayias <john@guixotic.coop>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/wm.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index fa6d84cf81e..d1080c66c16 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -367,7 +367,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.") (define-public hyprland (package (name "hyprland") - (version "0.50.1") + (version "0.51.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/hyprwm/Hyprland" @@ -384,7 +384,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.") "subprojects")))) (sha256 (base32 - "0mn97wlzc5ccywbq87ka7a27jajkdkgypkfzkcan014viph80wif")))) + "1dvzqk78a6x33lklhkypwz3mqzlq98g4k7zi6s5nya119zggq0kg")))) (build-system cmake-build-system) (arguments (list #:tests? #f ;No tests. @@ -437,7 +437,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.") re2-next udis86 wayland - wayland-protocols + wayland-protocols-next xcb-util-errors xcb-util-wm xorg-server-xwayland)) |
