nongnu: dxvk@1.10: Update to 1.10.3.

* nongnu/packages/wine.scm (dxvk-1.10): Update to 1.10.3. Inherit from
dxvk-1.7 so it builds again.
This commit is contained in:
Jonathan Brielmaier 2022-11-23 15:28:56 +01:00
parent 1fb6413a78
commit c4e0c661c8
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -216,8 +216,8 @@ Use @command{setup_dxvk} to install the required libraries to a Wine prefix.")
;; See https://github.com/doitsujin/dxvk/releases/tag/v2.0
(define-public dxvk-1.10
(package
(inherit dxvk)
(version "1.10.1")
(inherit dxvk-1.7)
(version "1.10.3")
(home-page "https://github.com/doitsujin/dxvk/")
(source (origin
(method url-fetch)
@ -226,4 +226,4 @@ Use @command{setup_dxvk} to install the required libraries to a Wine prefix.")
version "/dxvk-" version ".tar.gz"))
(sha256
(base32
"1ah7nci49ipaj7z7zac4dqbrxq1ic3zyky42kkid8wqarf198d6w"))))))
"1ijkznb8asqg18blhs6f82g67xpncjp7i17rg7451d314y8kq6ld"))))))