gnu: wayland-protocols: Fix URI.

gnu/packages/freedesktop.scm (wayland-protocols) [source]: Fix URI.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
andy Tai 2022-11-17 22:36:52 -08:00 committed by Maxim Cournoyer
parent ee9bf36b8d
commit dbdc544c4e
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -1097,9 +1097,9 @@ fullscreen) or other display servers.")
(version "1.29")
(source (origin
(method url-fetch)
(uri (string-append
"https://wayland.freedesktop.org/releases/"
"wayland-protocols-" version ".tar.xz"))
(uri (string-append "https://gitlab.freedesktop.org/wayland/"
name "/-/releases/" version "/downloads/"
name "-" version ".tar.xz"))
(sha256
(base32
"1n4yzyjbp5fng8pvckandymvwc47mkwyi4pyvr6p0dn7bavrlpp2"))))