mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: dxvk: Update to 1.5.5.
* gnu/packages/wine.scm (dxvk): Update to 1.5.5.
This commit is contained in:
parent
3842baa077
commit
adb1e3b6cf
1 changed files with 2 additions and 2 deletions
|
@ -554,7 +554,7 @@ (define dxvk32
|
|||
;; This package provides 32-bit dxvk libraries on 64-bit systems.
|
||||
(package
|
||||
(name "dxvk32")
|
||||
(version "1.5.4")
|
||||
(version "1.5.5")
|
||||
(home-page "https://github.com/doitsujin/dxvk/")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -564,7 +564,7 @@ (define dxvk32
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0yhxd5rnn5mcvcb2n062z9wqqwxjq5c0rzfbjz1z9ppznj8gn37i"))))
|
||||
"1inl0qswgvbp0fs76md86ilqf9mbshkpjm8ga81khn9zd6v3fvan"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:system "i686-linux"
|
||||
|
|
Loading…
Reference in a new issue