mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05: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")
|
(version "5.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.zsh.org/pub/zsh-" version
|
(uri (list (string-append
|
||||||
".tar.gz"))
|
"http://www.zsh.org/pub/zsh-" version
|
||||||
|
".tar.gz")
|
||||||
|
(string-append
|
||||||
|
"http://www.zsh.org/pub/old/zsh-" version
|
||||||
|
".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11shllzhq53fg8ngy3bgbmpf09fn2czifg7hsb41nxi3410mpvcl"))))
|
"11shllzhq53fg8ngy3bgbmpf09fn2czifg7hsb41nxi3410mpvcl"))))
|
||||||
|
|
Loading…
Reference in a new issue