Skip to content

Commit 4cbfc9a

Browse files
authoredMar 23, 2025
[Backport release-24.11] dxvk_2: 2.5.3 -> 2.6 (#392356)
2 parents b1c6b3a + 7a4ab0a commit 4cbfc9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ let
3737
in
3838
stdenv.mkDerivation (finalAttrs: {
3939
pname = "dxvk";
40-
version = "2.5.3";
40+
version = "2.6";
4141

4242
src = fetchFromGitHub {
4343
owner = "doitsujin";
4444
repo = "dxvk";
4545
rev = "v${finalAttrs.version}";
46-
hash = "sha256-/dXU5x+YdOHF2mpUy5wykibShQuIfo3OHS4DzXUymIs=";
46+
hash = "sha256-1/9XFqVGW5izlP3rggfB+PK3ewFiOQoGcB/Vjn9MYOQ=";
4747
fetchSubmodules = true; # Needed for the DirectX headers and libdisplay-info
4848
};
4949

0 commit comments

Comments
 (0)
Failed to load comments.