gnu: libqtxdg: Fix download location.
* gnu/packages/lxqt.scm (libqtxdg)[source]: Fix download location.master
parent
250ffe4de1
commit
f8822418f1
|
@ -36,8 +36,8 @@
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
(string-append "https://github.com/lxde/" name "/releases/download/"
|
||||
version "/" name "-" version ".tar.xz"))
|
||||
(string-append "http://downloads.lxqt.org/libqtxdg/" version "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ncqs0lcll5nx69hxfg33m3jfkryjqrjhr2kdci0b8pyaqdv1jc8"))))
|
||||
|
|
Reference in New Issue