mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-24 15:54:52 +01:00
gnu: dxvk: Update to 1.4.
* nongnu/packages/wine.scm (dxvk): Update to 1.4.
This commit is contained in:
parent
b6e5bdeb94
commit
9e3ba7d769
1 changed files with 2 additions and 2 deletions
|
@ -82,14 +82,14 @@ tweaking of various Wine settings.")
|
||||||
(define-public dxvk
|
(define-public dxvk
|
||||||
(package
|
(package
|
||||||
(name "dxvk")
|
(name "dxvk")
|
||||||
(version "1.2.1")
|
(version "1.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/doitsujin/dxvk/releases/download/v"
|
(uri (string-append "https://github.com/doitsujin/dxvk/releases/download/v"
|
||||||
version "/dxvk-" version ".tar.gz"))
|
version "/dxvk-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1aix9isys8n0hp8vwrmm4c58716g6famsm62x40z24sdlfhfqaqr"))))
|
"1pl1a5rh66w6wnnjrjj9h1qv84j1j8sm0qdlryyqnwnfw5fph8mz"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gzip" ,gzip)
|
`(("gzip" ,gzip)
|
||||||
|
|
Loading…
Reference in a new issue