diff options
author | Sisiutl <sisiutl@egregore.fun> | 2025-02-02 03:40:27 +0100 |
---|---|---|
committer | Sisiutl <sisiutl@egregore.fun> | 2025-02-02 03:53:08 +0100 |
commit | 80e0293c6b1b09bdc8f9f6923f570e34572ed471 (patch) | |
tree | 0cfe1830a5e94ff05b2e344ee122c347c9ec368a | |
parent | 9c2c67aa87306a4ed3a09cfa3c22f87a9e7d345d (diff) |
bump hyprpaper and hyprlock
-rw-r--r-- | sigils/packages/hyprland.scm | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/sigils/packages/hyprland.scm b/sigils/packages/hyprland.scm index 929271a..c362c2c 100644 --- a/sigils/packages/hyprland.scm +++ b/sigils/packages/hyprland.scm @@ -43,7 +43,7 @@ (define-public hyprpaper (package (name "hyprpaper") - (version "0.7.1") + (version "0.7.4") (home-page "https://hyprland.org/") (source (origin @@ -52,20 +52,21 @@ (url "https://code.hyprland.org/hyprwm/hyprpaper") (commit (string-append "v" version)))) (sha256 - (base32 "10yb2853fd0ljxijwkqm146bnirzpghfc5kw080ws24hjmfbp0hw")))) + (base32 "151r6s04yy3digl3g6gs49xx41yv4xldmbnqr87gp5nz705hjsd6")))) (build-system cmake-build-system) - (native-inputs (list gcc-13 ;; TODO: remove this when GCC 13 is the default + (native-inputs (list gcc-14 ;; TODO: remove this when GCC 13 is the default pkg-config hyprwayland-scanner)) (inputs (list wayland wayland-protocols-next - pango cairo + pango libglvnd libjpeg-turbo libwebp hyprlang - hyprutils)) + hyprutils + hyprgraphics)) (arguments '(#:tests? #f ;; No tests #:build-type "release")) (synopsis "Wallpaper utility with IPC controls") @@ -76,7 +77,7 @@ ability to dynamically change wallpapers through sockets") (define-public hyprlock (package (name "hyprlock") - (version "0.5.0") + (version "0.6.2") (home-page "https://hyprland.org/") (source (origin @@ -85,9 +86,9 @@ ability to dynamically change wallpapers through sockets") (url "https://code.hyprland.org/hyprwm/hyprlock") (commit (string-append "v" version)))) (sha256 - (base32 "07404h6w5934yimpwb0p9dxg1w3nv702bckm4m99jbjrda6jqhmi")))) + (base32 "12y7b505lfdp1m6wjgf030ffr7nj864rzhzzch221xvschv672ry")))) (build-system cmake-build-system) - (native-inputs (list gcc-13 ;; TODO: remove this when GCC 13 is the default + (native-inputs (list gcc-14 ;; TODO: remove this when GCC 13 is the default pkg-config hyprwayland-scanner)) (inputs (list cairo @@ -100,6 +101,7 @@ ability to dynamically change wallpapers through sockets") mesa-opengl hyprlang hyprutils + hyprgraphics linux-pam pango sdbus-c++ @@ -138,7 +140,7 @@ utility.") (sha256 (base32 "110cw7nd6a0krsg6764hx2i45lc8n4b1iln3b8jz1x6pziw1qna9")))) (build-system cmake-build-system) - (native-inputs (list gcc-13 ;; TODO: remove this when GCC 13 is the default + (native-inputs (list gcc-14 ;; TODO: remove this when GCC 13 is the default pkg-config hyprwayland-scanner)) (inputs (list wayland |