gnu: plasma-mobile: Download using mirror uri.
* gnu/packages/kde-plasma.scm (plasma-mobile)[source]: Rewrite source uri to use download mirrors.
This commit is contained in:
parent
1bd6b91368
commit
4531184377
1 changed files with 1 additions and 1 deletions
|
@ -1920,7 +1920,7 @@ (define-public plasma-mobile
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue