mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: hyperrogue: Don't use NAME in hyperrogue-data.
* gnu/packages/games.scm (hyperrogue)[native-inputs]: Hard code NAME in hyperrogue-data source URI.
This commit is contained in:
parent
4959856443
commit
07de94d6a4
1 changed files with 1 additions and 1 deletions
|
@ -3806,7 +3806,7 @@ (define-public hyperrogue
|
|||
(method url-fetch)
|
||||
(uri
|
||||
(string-append
|
||||
"https://www.roguetemple.com/z/hyper/" name
|
||||
"https://www.roguetemple.com/z/hyper/hyperrogue"
|
||||
(string-join (string-split version #\.) "")
|
||||
"-win.zip"))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue