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 @@ required structures.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://openbsd/LibreSSL/"
|
(uri (string-append "mirror://openbsd/LibreSSL/"
|
||||||
name "-" version ".tar.gz"))
|
"libressl-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19kxa5i97q7p6rrps9qm0nd8zqhdjvzx02j72400c73cl2nryfhy"))))
|
"19kxa5i97q7p6rrps9qm0nd8zqhdjvzx02j72400c73cl2nryfhy"))))
|
||||||
|
|
Reference in a new issue