File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed
Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 stdenv ,
44 fetchFromGitHub ,
5- fetchpatch2 ,
65 pkgsBuildHost ,
76 glslang ,
87 meson ,
3837in
3938stdenv . mkDerivation ( finalAttrs : {
4039 pname = "dxvk" ;
41- version = "2.5" ;
40+ version = "2.5.1 " ;
4241
4342 src = fetchFromGitHub {
4443 owner = "doitsujin" ;
4544 repo = "dxvk" ;
4645 rev = "v${ finalAttrs . version } " ;
47- hash = "sha256-JwEKmzYnoDhad0VKadQYEqraMogXn7BFI9kmT9F+Ts0 =" ;
46+ hash = "sha256-wmn3ErYl3hhInrDQeY3OZK76yzwW2OJc1f+unMBzJQE =" ;
4847 fetchSubmodules = true ; # Needed for the DirectX headers and libdisplay-info
4948 } ;
5049
51- patches = [
52- # Fixes `ERROR: Index 2 out of bounds of array of size 2` error on native builds.
53- ( fetchpatch2 {
54- url = "https://github.com/doitsujin/dxvk/commit/e6209d28cd9c51ad371605db4c0de27547c0d28c.patch?full_index=1" ;
55- hash = "sha256-zKO6YXOUKBnwcijzCldDzmDqXSkf+wWe9KmUlhsaTyM=" ;
56- } )
57- # Fixes missing symbol error when building with GLFW support enabled.
58- ( fetchpatch2 {
59- url = "https://github.com/doitsujin/dxvk/commit/62ef4854a6accf2b042f25f44db667abadc0b3fd.patch?full_index=1" ;
60- hash = "sha256-oXybFqoD68gTLHO1kDHll4XCfpU+s9E+PmaXQFqEy/g=" ;
61- } )
62- ] ;
63-
6450 postPatch =
6551 ''
6652 substituteInPlace meson.build \
You can’t perform that action at this time.
0 commit comments