Commit 7e522e21 authored by R. RyanTM's avatar R. RyanTM
Browse files

vkd3d: 1.8 -> 1.9

parent 82aaf637
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@

stdenv.mkDerivation rec {
  pname = "vkd3d";
  version = "1.8";
  version = "1.9";

  nativeBuildInputs = [ autoreconfHook pkg-config wine flex bison ];
  buildInputs = [ vulkan-loader vulkan-headers spirv-headers ];
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
    owner = "wine";
    repo = pname;
    rev = "${pname}-${version}";
    sha256 = "sha256-v2UhJvfB5Clupmgoykei3AoWYBOp5l9pQFkUEQVlajs=";
    sha256 = "sha256-IF7TOKxNEWr1p4DpIqoRCeVzi9b3yN8XrmWTMvfoOqw=";
  };

  meta = with lib; {