dxvk_2: 2.2 -> 2.3

This commit is contained in:
R. Ryantm 2023-09-23 09:11:16 +00:00
parent 0b0169e4f1
commit 949e9c666d

View File

@ -46,12 +46,12 @@ let
];
};
"default" = rec {
version = "2.2";
version = "2.3";
src = fetchFromGitHub {
owner = "doitsujin";
repo = "dxvk";
rev = "v${version}";
hash = "sha256-GKRd66DvcA+7p3/wDqAUi02ZLRSVZ/fvJM0PQDEKVMA=";
hash = "sha256-RU+B0XfphD5HHW/vSzqHLUaGS3E31d5sOLp3lMmrCB8=";
fetchSubmodules = true; # Needed for the DirectX headers and libdisplay-info
};
patches = [ ];