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

* gnu/packages/dns.scm (knot)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-12 16:11:38 +01:00
parent 0a87bc9c2b
commit db3f5226ac
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ Extensions} (DNSSEC).")
(source (origin
(method url-fetch)
(uri (string-append "https://secure.nic.cz/files/knot-dns/"
name "-" version ".tar.xz"))
"knot-" version ".tar.xz"))
(sha256
(base32
"1pwjcv7hzhqawisibybma160k77a6f1v94xw6ay9c7j49vrw05w7"))