gnu: Fix OpenSFX URI.
In commit 1cdf1cd7fe, the URI was updated to the
wrong value and the hash not updated at all, so people would erroneously fetch
the old package from a wrong description.
* gnu/packages/games.scm (openttd-opensfx)[uri]: Use
<https://cdn.openttd.org/opensfx-releases>.
[sha256]: Update accordingly.
This commit is contained in:
parent
e638a9a1f7
commit
1484de9eff
1 changed files with 3 additions and 3 deletions
|
|
@ -4429,11 +4429,11 @@ OpenGFX provides you with...
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://cdn.openttd.org/extra/opensfx/"
|
"https://cdn.openttd.org/opensfx-releases/"
|
||||||
version "/opensfx-" version "-source.tar.gz"))
|
version "/opensfx-" version "-source.tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03jxgp02ks31hmsdh4xh0xcpkb70ds8jakc9pfc1y9vdrdavh4p5"))))
|
"06vycppqcxbfdqlxzna5xr303zgcmpcvj6ylw5b2ws0ssph2f1s0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("catcodec" ,catcodec)
|
`(("catcodec" ,catcodec)
|
||||||
|
|
|
||||||
Reference in a new issue