update hypridle to v0.1.4
This commit is contained in:
parent
7429c8097d
commit
97a22f3345
1 changed files with 9 additions and 6 deletions
|
@ -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 ")
|
||||||
|
|
Loading…
Reference in a new issue