directx-headers: 1.616.0 -> 1.618.1

This commit is contained in:
R. Ryantm
2025-09-25 20:36:43 +00:00
parent 5afaa3672f
commit ade43af4fa
+2 -2
View File
@@ -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 = [