gnu: mupen64plus-rsp-z64: Don't use unstable tarball.
* gnu/packages/emulators.scm (mupen64plus-rsp-z64)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
c4f0c8baa9
commit
052650c840
|
@ -647,13 +647,13 @@ high-level emulation (HLE) RSP processor plugin.")
|
||||||
(version "2.0.0")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/mupen64plus/mupen64plus-rsp-z64/archive/"
|
(url "https://github.com/mupen64plus/mupen64plus-rsp-z64.git")
|
||||||
version ".tar.gz"))
|
(commit version)))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10jz1w2dhx5slhyk4m8mdqlpsd6cshchslr1fckb2ayzb1ls3ghi"))))
|
(base32 "0nfyjns9k8xbg3aqs7593nfaxvlj72h3l8h467442xlk8ajfcylx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("mupen64plus-core" ,mupen64plus-core)))
|
`(("mupen64plus-core" ,mupen64plus-core)))
|
||||||
|
|
Loading…
Reference in New Issue