summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2022-11-23 15:28:56 +0100
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2022-11-23 15:38:49 +0100
commitc4e0c661c8f30de6ed245e30bfcdb418ffb0d987 (patch)
tree390b868a285b2fce727b803ea56262d4a648585d
parent1fb6413a78f80ff02be020b49b943651a74e140c (diff)
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.
-rw-r--r--nongnu/packages/wine.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/nongnu/packages/wine.scm b/nongnu/packages/wine.scm
index 7d63a8c..5378d2a 100644
--- a/nongnu/packages/wine.scm
+++ b/nongnu/packages/wine.scm
@@ -216,8 +216,8 @@ Use @command{setup_dxvk} to install the required libraries to a Wine prefix.")
216;; See https://github.com/doitsujin/dxvk/releases/tag/v2.0 216;; See https://github.com/doitsujin/dxvk/releases/tag/v2.0
217(define-public dxvk-1.10 217(define-public dxvk-1.10
218 (package 218 (package
219 (inherit dxvk) 219 (inherit dxvk-1.7)
220 (version "1.10.1") 220 (version "1.10.3")
221 (home-page "https://github.com/doitsujin/dxvk/") 221 (home-page "https://github.com/doitsujin/dxvk/")
222 (source (origin 222 (source (origin
223 (method url-fetch) 223 (method url-fetch)
@@ -226,4 +226,4 @@ Use @command{setup_dxvk} to install the required libraries to a Wine prefix.")
226 version "/dxvk-" version ".tar.gz")) 226 version "/dxvk-" version ".tar.gz"))
227 (sha256 227 (sha256
228 (base32 228 (base32
229 "1ah7nci49ipaj7z7zac4dqbrxq1ic3zyky42kkid8wqarf198d6w")))))) 229 "1ijkznb8asqg18blhs6f82g67xpncjp7i17rg7451d314y8kq6ld"))))))