gnu: grue-hunter: Don't use NAME in source URI.

* gnu/packages/games.scm (grue-hunter)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-29 02:26:31 +01:00
parent bb7c071b94
commit c41b2ffbf2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3086,7 +3086,7 @@ (define-public grue-hunter
(version "1.0")
(source (origin
(method url-fetch)
(uri (string-append "https://jxself.org/" name ".tar.gz"))
(uri (string-append "https://jxself.org/grue-hunter.tar.gz"))
(sha256
(base32
"1hjcpy5439qs3v2zykis7hsi0i17zjs62gks3zd8mnfw9ni4i2h3"))))