Merge pull request #295088 from r-ryantm/auto-update/directx-headers

directx-headers: 1.611.0 -> 1.613.0

authored by K900 and committed by GitHub 5c6bd327 06e5eb63

+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.611.0"; 4 + version = "1.613.0"; 5 5 6 6 src = fetchFromGitHub { 7 7 owner = "microsoft"; 8 8 repo = "DirectX-Headers"; 9 9 rev = "v${version}"; 10 - hash = "sha256-HG2Zj8hvsgv8oeSDp1eK+1A5bvFL6oQIh5mMFWOFsvk="; 10 + hash = "sha256-jziDouvbDaEgVMshKf859PPnba4UKkAyr5+GEOY9Jz4="; 11 11 }; 12 12 13 13 nativeBuildInputs = [ meson ninja ];