mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
openssh: Add another mirror.
* gnu/packages/ssh.scm (openssh): Add the mirror. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
857ecb3df5
commit
ca2baf10ba
1 changed files with 5 additions and 3 deletions
|
@ -145,9 +145,11 @@ (define-public openssh
|
|||
(version "6.6p1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"ftp://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-"
|
||||
version ".tar.gz"))
|
||||
(uri (let ((tail (string-append name "-" version ".tar.gz")))
|
||||
(list (string-append "ftp://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/"
|
||||
tail)
|
||||
(string-append "ftp://ftp2.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/"
|
||||
tail))))
|
||||
(sha256 (base32
|
||||
"1fq3w86q05y5nn6z878wm312k0svaprw8k007188fd259dkg1ha8"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue