Unverified Commit ca817d66 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #226281: directx-headers: 1.608.2b -> 1.610.0

...into staging
parents ae23f4d6 3c5a37ff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, meson, ninja }:
stdenv.mkDerivation rec {
  pname = "directx-headers";
  version = "1.608.2b";
  version = "1.610.0";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "DirectX-Headers";
    rev = "v${version}";
    hash = "sha256-o4p8L2VKvMHdu1L2I1JI6pwIRtnyVCoKebg9yKTk1T8=";
    hash = "sha256-lPYXAMFSyU3FopWdE6dDRWD6sVKcjxDVsTbgej/T2sk=";
  };

  nativeBuildInputs = [ meson ninja ];