Archived
1
0
Fork 0

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") (version "1.29")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append "https://gitlab.freedesktop.org/wayland/"
"https://wayland.freedesktop.org/releases/" name "/-/releases/" version "/downloads/"
"wayland-protocols-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1n4yzyjbp5fng8pvckandymvwc47mkwyi4pyvr6p0dn7bavrlpp2")))) "1n4yzyjbp5fng8pvckandymvwc47mkwyi4pyvr6p0dn7bavrlpp2"))))