Merge pull request #256855 from r-ryantm/auto-update/dxvk_2

dxvk_2: 2.2 -> 2.3
This commit is contained in:
Randy Eckenrode
2023-09-23 13:25:19 -04:00
committed by GitHub
+2 -2
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 = [ ];