directx-headers: 1.611.0 -> 1.614.0

Diff: https://github.com/microsoft/DirectX-Headers/compare/v1.611.0...v1.614.0
This commit is contained in:
K900 2024-05-23 11:36:11 +03:00
parent f1f4d07f90
commit 3ab79e413a

View File

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