gnu: zsh: Add alternate source URL.
* gnu/packages/zsh.scm (zsh)[source]: Add alternate URL.
This commit is contained in:
parent
7b10135386
commit
4beb9f3a3b
|
@ -32,8 +32,12 @@
|
|||
(version "5.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.zsh.org/pub/zsh-" version
|
||||
".tar.gz"))
|
||||
(uri (list (string-append
|
||||
"http://www.zsh.org/pub/zsh-" version
|
||||
".tar.gz")
|
||||
(string-append
|
||||
"http://www.zsh.org/pub/old/zsh-" version
|
||||
".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"11shllzhq53fg8ngy3bgbmpf09fn2czifg7hsb41nxi3410mpvcl"))))
|
||||
|
|
Loading…
Reference in New Issue