mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: libressl: Don't use NAME in source URI.
* gnu/packages/tls.scm (libressl)[source]: Hard-code NAME.
This commit is contained in:
parent
ad21d767df
commit
ce1178d5d3
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ (define-public libressl
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://openbsd/LibreSSL/"
|
||||
name "-" version ".tar.gz"))
|
||||
"libressl-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19kxa5i97q7p6rrps9qm0nd8zqhdjvzx02j72400c73cl2nryfhy"))))
|
||||
|
|
Loading…
Reference in a new issue