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

* gnu/packages/vpn.scm (tinc)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-02 22:55:07 +01:00
parent d54a759d2b
commit 657c3ff6b5
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -309,7 +309,7 @@ (define-public tinc
(source (origin
(method url-fetch)
(uri (string-append "https://tinc-vpn.org/packages/"
name "-" version ".tar.gz"))
"tinc-" version ".tar.gz"))
(sha256
(base32
"0pl92sdwrkiwgll78x0ww06hfljd07mkwm62g8x17qn3gha3pj0q"))))