mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue