mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-01-11 00:13:17 +01:00
nongnu: dxvk: Update to 1.7.2.
* nongnu/packages/wine.scm (dxvk-1): Update to 1.7.2.
This commit is contained in:
parent
c68acef012
commit
e44c138b3b
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ tweaking of various Wine settings.")
|
|||
(define-public dxvk-1.7 ; Upstream Guix dxvk does not build anymore because of missing mingw compiler.
|
||||
(package
|
||||
(name "dxvk")
|
||||
(version "1.7.1")
|
||||
(version "1.7.2")
|
||||
(home-page "https://github.com/doitsujin/dxvk/")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -91,7 +91,7 @@ tweaking of various Wine settings.")
|
|||
version "/dxvk-" version ".tar.gz") )
|
||||
(sha256
|
||||
(base32
|
||||
"1265bxfq0n5a81l2rsdx2s82r85fjcski42fc0id0vhr0576rrkc"))))
|
||||
"0nz1jzmnskc7pqa42ybbvn4mi4h8kdvmdmjpidn4zbrzm6yzcqhn"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan
|
||||
|
|
Loading…
Reference in a new issue