vulkan-headers: 1.4.321.0 -> 1.4.328.0

Diff: https://github.com/KhronosGroup/Vulkan-Headers/compare/vulkan-sdk-1.4.321.0...vulkan-sdk-1.4.328.0
This commit is contained in:
K900
2025-10-07 20:32:38 +03:00
parent d3b2661f72
commit 1f6865500b
+2 -2
View File
@@ -7,7 +7,7 @@
}:
stdenv.mkDerivation rec {
pname = "vulkan-headers";
version = "1.4.321.0";
version = "1.4.328.0";
# Adding `ninja` here to enable Ninja backend. Otherwise on gcc-14 or
# later the build fails as:
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
owner = "KhronosGroup";
repo = "Vulkan-Headers";
rev = "vulkan-sdk-${version}";
hash = "sha256-Yznjiiu/EEW7B37hbO0aw8Lvc6aVxOy7J/zSwmGxVc0=";
hash = "sha256-Sg/zp6UhRC5wqBS3vdfs0sQL8cBgLiwvfG0oY0v9MWU=";
};
passthru.updateScript = ./update.sh;