[bug#76094,2/2] gnu: rofi-wayland: Update to 1.7.8+wayland1.
Commit Message
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xdisorg.scm (rofi-wayland): Update to 1.7.8+wayland1.
Change-Id: I84ff7dfc7f491df160ae6151e2ef49df02f9dc05
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Comments
@@ -2166,7 +2166,7 @@ (define-public rofi-wayland
(package
(inherit rofi)
(name "rofi-wayland")
- (version "1.7.5+wayland3")
+ (version "1.7.8+wayland1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/lbonn/rofi"
@@ -2174,7 +2174,7 @@ (define-public rofi-wayland
"/rofi-" version ".tar.xz"))
(sha256
(base32
- "11xiksh3m7yf3270kqf1jranlfh9q6rr8i99jvx4ak4azn4pwhpw"))))
+ "0wr6qdyd9wkgqaa4vq8czz4fd2shngbw83b2ll284ahm3mwhq2da"))))
(build-system meson-build-system)
(inputs
(modify-inputs (package-inputs base)