Unverified Commit accf4b87 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

dxvk_2: 2.6 -> 2.6.1 (#397499)

parents 5a98c14d 5b8a0a72
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
  };