Commit 7aa6faa6 authored by R. RyanTM's avatar R. RyanTM
Browse files

directx-headers: 1.618.2 -> 1.619.0

parent c6379368
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "directx-headers";
  version = "1.618.2";
  version = "1.619.0";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "DirectX-Headers";
    rev = "v${finalAttrs.version}";
    hash = "sha256-zKlKUnPHUCDYRBIFU2gpOUvx1d5ZoMy1vYMdByaMIyA=";
    hash = "sha256-WQsK5qk1KzKSJLd6p5MtdSIHKbuORFEq8mhF0hRz6ns=";
  };

  nativeBuildInputs = [