diff options
| author | Murilo <murilo@disroot.org> | 2026-01-24 08:27:22 -0300 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:31:34 +0100 |
| commit | e72ccef56625fbaf8a80bea9af60bee6a0d6e806 (patch) | |
| tree | 0b67f8952d2feb5585475b59c954022f3d0bd872 /gnu/packages/wm.scm | |
| parent | 2e11c3e1b5728c7523ef3bc94f5a649c5af6320b (diff) | |
gnu: hyprland: Update to 0.53.3.
* gnu/packages/wm.scm (hyprland): Update to 0.53.3.
[inputs]: Add glaze.
The glaze library is now a requirement for hyprland to build.
Change-Id: I58ff1fa1edd4225e5acbdef76702d27e4283e875
Signed-off-by: Andreas Enge <andreas@enge.fr>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/wm.scm')
| -rw-r--r-- | gnu/packages/wm.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index a877c5dcf5d..58016b1669c 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -461,7 +461,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.") (define-public hyprland (package (name "hyprland") - (version "0.53.1") + (version "0.53.3") (source (origin (method url-fetch) (uri (string-append "https://github.com/hyprwm/Hyprland" @@ -478,7 +478,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.") "subprojects")))) (sha256 (base32 - "0q88rfgv080xpxp25bxvv17yy3ppn6nkaxz35fdmaajdlg7j578x")))) + "07zfjdjc326zl057qwwb1zsysw1rc2ph5sj108h3r2lpr4ynbgvv")))) (build-system cmake-build-system) (arguments (list #:tests? #f ;No tests. @@ -516,6 +516,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.") (list aquamarine binutils cairo + glaze hyprcursor hyprgraphics hyprland-protocols |
