directx-headers: 1.610.2 -> 1.611.0

+2 -2
+2 -2
pkgs/development/libraries/directx-headers/default.nix
··· 1 1 { lib, stdenv, fetchFromGitHub, meson, ninja }: 2 2 stdenv.mkDerivation rec { 3 3 pname = "directx-headers"; 4 - version = "1.610.2"; 4 + version = "1.611.0"; 5 5 6 6 src = fetchFromGitHub { 7 7 owner = "microsoft"; 8 8 repo = "DirectX-Headers"; 9 9 rev = "v${version}"; 10 - hash = "sha256-se+/TgqKdatTnBlHcBC1K4aOGGfPEW+E1efpP34+xc0="; 10 + hash = "sha256-HG2Zj8hvsgv8oeSDp1eK+1A5bvFL6oQIh5mMFWOFsvk="; 11 11 }; 12 12 13 13 nativeBuildInputs = [ meson ninja ];