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

directx-headers: 1.618.1 -> 1.618.2 (#452400)

parents 3cbe716e 1d19e6b8
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.618.1";
  version = "1.618.2";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "DirectX-Headers";
    rev = "v${version}";
    hash = "sha256-QicnDClO7bceU/aLHjrpUtCBU58PSAW6Ef3RG6qrZw0=";
    hash = "sha256-zKlKUnPHUCDYRBIFU2gpOUvx1d5ZoMy1vYMdByaMIyA=";
  };

  nativeBuildInputs = [