update hypridle to v0.1.4

This commit is contained in:
Freya Murphy 2024-10-28 11:21:28 -04:00
parent 7429c8097d
commit 97a22f3345
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17

View file

@ -495,14 +495,14 @@ mo .")
(define-public hypridle (define-public hypridle
(package (package
(name "hypridle") (name "hypridle")
(version "0.1.2") (version "0.1.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/hyprwm/hypridle" (uri (string-append "https://github.com/hyprwm/hypridle"
"/archive/refs/tags/v" version ".tar.gz")) "/archive/refs/tags/v" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0ybwip7yq9q569naz5bnrvcdz99648c4pln2zi30z21y333hpas0")))) "0l406qgdrzxxl2fbpwdr8nw6223175iq8dlh9zr2vav5pqbqk1sa"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) `(#:tests? #f))
@ -511,8 +511,11 @@ mo .")
pkg-config)) pkg-config))
(inputs (inputs
(append hyprwayland-common (append hyprwayland-common
(list hyprlang (list ; libs
sdbus-c++))) sdbus-c++-for-hyprland
; hypr
hyprlang
hyprutils)))
(home-page "https://github.com/hyprwm/hypridle") (home-page "https://github.com/hyprwm/hypridle")
(license license:bsd-3) (license license:bsd-3)
(synopsis "Hyprland's idle daemon ") (synopsis "Hyprland's idle daemon ")