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
|
@ -3806,7 +3806,7 @@ throwing people around in pseudo-randomly generated buildings.")
|
|||
(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 New Issue