gnu: plasma-mobile: Download using mirror uri.
* gnu/packages/kde-plasma.scm (plasma-mobile)[source]: Rewrite source uri to use download mirrors.
parent
1bd6b91368
commit
4531184377
|
@ -1920,7 +1920,7 @@ connections.")
|
|||
(version "5.24.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.kde.org/stable/plasma/"
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
version "/plasma-mobile-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Reference in New Issue