3
0
Fork 0
forked from mirrors/nixpkgs

vkd3d: 1.4 -> 1.5

This commit is contained in:
Stefan Frijters 2022-10-18 23:36:02 +02:00 committed by Martino Fontana
parent 5f113c0a80
commit 1266a4dff5

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "vkd3d";
version = "1.4";
version = "1.5";
src = fetchurl {
url = "https://dl.winehq.org/vkd3d/source/vkd3d-${version}.tar.xz";
sha256 = "sha256-yLqF9gSCyHPAVs9tuw6veRvIq30W1ipH83uYQbapCr0=";
sha256 = "sha256-47PDVfRvfL/BnnEKR4vLK+4mel82Dn5kBiOM6lLOLPw=";
};
nativeBuildInputs = [ flex bison ];