update hyprlock to v0.5.0
This commit is contained in:
parent
97a22f3345
commit
3219123024
1 changed files with 3 additions and 2 deletions
|
@ -525,14 +525,14 @@ mo .")
|
||||||
(define-public hyprlock
|
(define-public hyprlock
|
||||||
(package
|
(package
|
||||||
(name "hyprlock")
|
(name "hyprlock")
|
||||||
(version "0.4.1")
|
(version "0.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/hyprwm/hyprlock"
|
(uri (string-append "https://github.com/hyprwm/hyprlock"
|
||||||
"/archive/refs/tags/v" version ".tar.gz"))
|
"/archive/refs/tags/v" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q5smah3zmg8vwipfd74n664mavkgzrqjn0i57gwmbwc111illw7"))))
|
"16dg3lvrdyvw7vwl8bhnqsihnjjijq0qra1x9qdd4ni0vsch32jg"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -557,6 +557,7 @@ mo .")
|
||||||
libwebp
|
libwebp
|
||||||
libdrm
|
libdrm
|
||||||
linux-pam
|
linux-pam
|
||||||
|
sdbus-c++-for-hyprland
|
||||||
; hypr
|
; hypr
|
||||||
aquamarine
|
aquamarine
|
||||||
hyprlang
|
hyprlang
|
||||||
|
|
Loading…
Reference in a new issue