mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-04 11:45:27 +00:00
rosenthal: hyprland: Update to 0.32.3.
* rosenthal/packages/wm.scm (hyprland-unbundle-wlroots-patch): Update patch. (hyprland): Update to 0.32.3. (wlroots-for-hyprland): Update to 0.16.0-811.5de9e1a.
This commit is contained in:
parent
6cfd8be802
commit
e83b06538e
@ -91,8 +91,8 @@ command line tool called @code{udcli} that incorporates the library.")
|
|||||||
|
|
||||||
(define wlroots-for-hyprland
|
(define wlroots-for-hyprland
|
||||||
(let ((base wlroots)
|
(let ((base wlroots)
|
||||||
(revision "751")
|
(revision "811")
|
||||||
(commit "3406c1b17a4a7e6d4e2a7d9c1176affa72bce1bc"))
|
(commit "5de9e1a99d6642c2d09d589aa37ff0a8945dcee1"))
|
||||||
(package
|
(package
|
||||||
(inherit base)
|
(inherit base)
|
||||||
(name "wlroots")
|
(name "wlroots")
|
||||||
@ -105,7 +105,7 @@ command line tool called @code{udcli} that incorporates the library.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qv8zc92zpbyijgxmfsv6jzl68wqz9nmi17z68qpnn6ph9sy3h3r"))))
|
"1cn7js806yfc4qfxjjbzwygg7c5qwb5nz4x85qba2c41zkqbsyqx"))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(modify-inputs (package-propagated-inputs base)
|
(modify-inputs (package-propagated-inputs base)
|
||||||
(append libdisplay-info-for-hyprland libxcb xcb-util-renderutil)
|
(append libdisplay-info-for-hyprland libxcb xcb-util-renderutil)
|
||||||
@ -143,15 +143,15 @@ protocols used by Hyprland to bridge the aforementioned gap.")
|
|||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/hyprwm/Hyprland" "/raw/"
|
(uri (string-append "https://github.com/hyprwm/Hyprland" "/raw/"
|
||||||
"914851b91aeb450592e2d62749169298ac48fb0c"
|
"d70cc88dab11bc6d1095523a0ce655dff40b27a2"
|
||||||
"/nix/patches/meson-build.patch"))
|
"/nix/patches/meson-build.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1i8d1xz6172nd72x55cgx4sbs7p1vkg11p0yp1jz4jmg0b4dpz9y"))))
|
(base32 "1rxv5354561hp625pq901fj77r1qkayfldh13w5vq182s8scj44l"))))
|
||||||
|
|
||||||
(define-public hyprland
|
(define-public hyprland
|
||||||
(package
|
(package
|
||||||
(name "hyprland")
|
(name "hyprland")
|
||||||
(version "0.31.0")
|
(version "0.32.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/hyprwm/Hyprland"
|
(uri (string-append "https://github.com/hyprwm/Hyprland"
|
||||||
@ -162,7 +162,7 @@ protocols used by Hyprland to bridge the aforementioned gap.")
|
|||||||
(patches (list hyprland-unbundle-wlroots-patch))
|
(patches (list hyprland-unbundle-wlroots-patch))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0di528cnphxsr2hwg5bd4rl9nkkq8q41dc7y1sij7wji22xgafw6"))))
|
"0dfzjs1wshhpny798wnblcfc4i6hfxvdp1794hhqm5q3s2xqwpi8"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:build-type "release"
|
(list #:build-type "release"
|
||||||
|
Loading…
Reference in New Issue
Block a user