mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: zsh: Add alternate source URL.
* gnu/packages/zsh.scm (zsh)[source]: Add alternate URL.
This commit is contained in:
parent
7b10135386
commit
4beb9f3a3b
1 changed files with 6 additions and 2 deletions
|
@ -32,8 +32,12 @@ (define-public zsh
|
|||
(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 a new issue