gnu: openssh: Don't use NAME in source URI.
* gnu/packages/ssh.scm (openssh)[source]: Hard-code NAME.master
parent
63b148f70f
commit
21f5de6d32
|
@ -133,7 +133,7 @@ a server that supports the SSH-2 protocol.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://openbsd/OpenSSH/portable/"
|
(uri (string-append "mirror://openbsd/OpenSSH/portable/"
|
||||||
name "-" version ".tar.gz"))
|
"openssh-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s7xh4s0qcipnjh9ls5blxcpvhyd116z9dxn3q1yi64lwrwki55x"))))
|
"0s7xh4s0qcipnjh9ls5blxcpvhyd116z9dxn3q1yi64lwrwki55x"))))
|
||||||
|
|
Reference in New Issue