dxvk: 2.1 -> 2.2

https://github.com/doitsujin/dxvk/releases/tag/v2.2
This commit is contained in:
Randy Eckenrode 2023-07-11 11:12:36 -06:00
parent d532dbefb9
commit a8bb233a09
No known key found for this signature in database
GPG Key ID: 64C1CD4EC2A600D9

View File

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