Skip to content

Commit

Permalink
Merge pull request #258003 from r-ryantm/auto-update/vkd3d
Browse files Browse the repository at this point in the history
vkd3d: 1.8 -> 1.9
  • Loading branch information
expipiplus1 authored Oct 1, 2023
2 parents 650ac8d + 7e522e2 commit f8387ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/vkd3d/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand All @@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
owner = "wine";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-v2UhJvfB5Clupmgoykei3AoWYBOp5l9pQFkUEQVlajs=";
sha256 = "sha256-IF7TOKxNEWr1p4DpIqoRCeVzi9b3yN8XrmWTMvfoOqw=";
};

meta = with lib; {
Expand Down

0 comments on commit f8387ff

Please sign in to comment.