diff options
| -rw-r--r-- | nongnu/packages/wine.scm | 6 |
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")))))) |
