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:
parent
bb7c071b94
commit
c41b2ffbf2
|
@ -3086,7 +3086,7 @@ Red Eclipse provides fast paced and accessible gameplay.")
|
||||||
(version "1.0")
|
(version "1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://jxself.org/" name ".tar.gz"))
|
(uri (string-append "https://jxself.org/grue-hunter.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hjcpy5439qs3v2zykis7hsi0i17zjs62gks3zd8mnfw9ni4i2h3"))))
|
"1hjcpy5439qs3v2zykis7hsi0i17zjs62gks3zd8mnfw9ni4i2h3"))))
|
||||||
|
|
Loading…
Reference in New Issue