Skip to content

Commit

Permalink
dxvk_2: 2.5.2 -> 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 13, 2025
1 parent 979627e commit 057cdde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/dx/dxvk_2/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit 057cdde

Please sign in to comment.