gnu: plasma-nano: Download using mirror uri.
* gnu/packages/kde-plasma.scm (plasma-nano)[source]: Rewrite source uri to use download mirrors.
This commit is contained in:
parent
4531184377
commit
2599c2df83
1 changed files with 1 additions and 1 deletions
|
@ -1847,7 +1847,7 @@ integration of Qt applications when running on a KDE Plasma workspace.")
|
||||||
(version "5.24.3")
|
(version "5.24.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.kde.org/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
version "/plasma-nano-" version ".tar.xz"))
|
version "/plasma-nano-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in a new issue