mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-25 00:04:51 +01:00
nongnu: dxvk-next: Update to 1.8.1.
* nongnu/packages/wine.scm (dxvk-next): Update to 1.8.1.
This commit is contained in:
parent
7ab7b44a2c
commit
829eda38b6
1 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ Use @command{setup_dxvk} to install the required libraries to a Wine prefix.")
|
||||||
(define-public dxvk-next
|
(define-public dxvk-next
|
||||||
(package
|
(package
|
||||||
(name "dxvk")
|
(name "dxvk")
|
||||||
(version "1.8")
|
(version "1.8.1")
|
||||||
(home-page "https://github.com/doitsujin/dxvk/")
|
(home-page "https://github.com/doitsujin/dxvk/")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -150,7 +150,7 @@ Use @command{setup_dxvk} to install the required libraries to a Wine prefix.")
|
||||||
version "/dxvk-" version ".tar.gz") )
|
version "/dxvk-" version ".tar.gz") )
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vj7v9dhaw18ymzl0z3155g18v92k444fi37jw9m0zxcjk27lkz8"))))
|
"1s30vq7c34aczbzlqb8aw18klqb4iw1szqsn8klasyc2dz20jskm"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:install-plan
|
`(#:install-plan
|
||||||
|
|
Loading…
Reference in a new issue