We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979627e commit 057cddeCopy full SHA for 057cdde
pkgs/by-name/dx/dxvk_2/package.nix
@@ -37,13 +37,13 @@ let
37
in
38
stdenv.mkDerivation (finalAttrs: {
39
pname = "dxvk";
40
- version = "2.5.2";
+ version = "2.5.3";
41
42
src = fetchFromGitHub {
43
owner = "doitsujin";
44
repo = "dxvk";
45
rev = "v${finalAttrs.version}";
46
- hash = "sha256-be1TDfUivl+tjcwT/VYWMV2lP7uxFfCXVPSApKgoC78=";
+ hash = "sha256-/dXU5x+YdOHF2mpUy5wykibShQuIfo3OHS4DzXUymIs=";
47
fetchSubmodules = true; # Needed for the DirectX headers and libdisplay-info
48
};
49
0 commit comments