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

directx-headers: 1.616.0 -> 1.618.1 (#446170)

parents 6574d599 ade43af4
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.616.0";
  version = "1.618.1";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "DirectX-Headers";
    rev = "v${version}";
    hash = "sha256-bPFeaNCxECKnecvt9jDIvxiQE6VaT7qD8Tyqm8L3u3M=";
    hash = "sha256-A+nOH7/xDcjVTWKduJs2qWZOos/PxJTwKuqMdMsxaZ8=";
  };

  nativeBuildInputs = [