3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

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