Unverified Commit 01a88a33 authored by K900's avatar K900 Committed by GitHub
Browse files

directx-headers: 1.615.0 -> 1.616.0 (#412486)

parents 37889798 6ae7d9b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation rec {
  pname = "directx-headers";
  version = "1.615.0";
  version = "1.616.0";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "DirectX-Headers";
    rev = "v${version}";
    hash = "sha256-1s/lrvUUOBGVAtfyAG2b/9raQVj2Hcjw9/RtqBO7ENA=";
    hash = "sha256-bPFeaNCxECKnecvt9jDIvxiQE6VaT7qD8Tyqm8L3u3M=";
  };

  nativeBuildInputs = [