dxvk_2: 2.6 -> 2.6.1 (#397499)

Co-authored-by: reckenrode <randy@largeandhighquality.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-12 23:29:36 +00:00
committed by GitHub
+2 -2
View File
@@ -37,13 +37,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "dxvk";
version = "2.6";
version = "2.6.1";
src = fetchFromGitHub {
owner = "doitsujin";
repo = "dxvk";
rev = "v${finalAttrs.version}";
hash = "sha256-1/9XFqVGW5izlP3rggfB+PK3ewFiOQoGcB/Vjn9MYOQ=";
hash = "sha256-edu9JQAKu8yUZLh+37RB1s1A3+s8xeUYQ5Oibdes9ZI=";
fetchSubmodules = true; # Needed for the DirectX headers and libdisplay-info
};