Skip to content

Commit 57d376b

Browse files
authored
dxvk_2: 2.5 -> 2.5.1 (#357295)
2 parents b14d46d + 9cfd9e4 commit 57d376b

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

pkgs/by-name/dx/dxvk_2/package.nix

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
lib,
33
stdenv,
44
fetchFromGitHub,
5-
fetchpatch2,
65
pkgsBuildHost,
76
glslang,
87
meson,
@@ -38,29 +37,16 @@ let
3837
in
3938
stdenv.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 \

0 commit comments

Comments
 (0)