dxvk_2: 2.5.2 -> 2.5.3

This commit is contained in:
R. Ryantm
2025-01-13 16:57:32 +00:00
parent 979627e9b7
commit 057cddea6c
+2 -2
View File
@@ -37,13 +37,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "dxvk";
version = "2.5.2";
version = "2.5.3";
src = fetchFromGitHub {
owner = "doitsujin";
repo = "dxvk";
rev = "v${finalAttrs.version}";
hash = "sha256-be1TDfUivl+tjcwT/VYWMV2lP7uxFfCXVPSApKgoC78=";
hash = "sha256-/dXU5x+YdOHF2mpUy5wykibShQuIfo3OHS4DzXUymIs=";
fetchSubmodules = true; # Needed for the DirectX headers and libdisplay-info
};