vulkan-headers: 1.4.341.0 -> 1.4.350.0

Diff: https://github.com/KhronosGroup/Vulkan-Headers/compare/vulkan-sdk-1.4.341.0...vulkan-sdk-1.4.350.0
This commit is contained in:
K900 2026-05-13 10:37:57 +03:00
commit b3147b179a

View file

@ -7,7 +7,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vulkan-headers";
version = "1.4.341.0";
version = "1.4.350.0";
# Adding `ninja` here to enable Ninja backend. Otherwise on gcc-14 or
# later the build fails as:
@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "KhronosGroup";
repo = "Vulkan-Headers";
rev = "vulkan-sdk-${finalAttrs.version}";
hash = "sha256-R/t0mAhNX+jREDVIFnv0agB9qtcnRb06K4OHtLRxWow=";
hash = "sha256-RcUVurC+Rc0MyWpQLaLVmdn7FZO1GWWzTZZAOwvKwb4=";
};
passthru.updateScript = ./update.sh;