directx-headers: 1.610.2 -> 1.611.0

This commit is contained in:
R. Ryantm 2023-12-08 05:10:14 +00:00
parent 4c37153a2c
commit efe2d9878d

View file

@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub, meson, ninja }:
stdenv.mkDerivation rec {
pname = "directx-headers";
version = "1.610.2";
version = "1.611.0";
src = fetchFromGitHub {
owner = "microsoft";
repo = "DirectX-Headers";
rev = "v${version}";
hash = "sha256-se+/TgqKdatTnBlHcBC1K4aOGGfPEW+E1efpP34+xc0=";
hash = "sha256-HG2Zj8hvsgv8oeSDp1eK+1A5bvFL6oQIh5mMFWOFsvk=";
};
nativeBuildInputs = [ meson ninja ];