me
/
guix
Archived
1
0
Fork 0

gnu: openssh: Don't use NAME in source URI.

* gnu/packages/ssh.scm (openssh)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2020-02-16 23:13:54 +01:00
parent 63b148f70f
commit 21f5de6d32
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))