···2222in
2323stdenv.mkDerivation rec {
2424 pname = "vulkan-validation-layers";
2525- version = "1.3.224.0";
2525+ version = "1.3.224.1";
26262727 # If we were to use "dev" here instead of headers, the setupHook would be
2828 # placed in that output instead of "out".
···3434 owner = "KhronosGroup";
3535 repo = "Vulkan-ValidationLayers";
3636 rev = "sdk-${version}";
3737- hash = "sha256-MmAxUuV9CVJ6LHUb6ePEiE37meDB1TqPAwLsPdHQ1u8=";
3737+ hash = "sha256-5To5Llxl1i1XLaU2tR/O7g7dn2iV3FwLH7gFdXTMXxo=";
3838 });
39394040 # Include absolute paths to layer libraries in their associated
···2323stdenv.mkDerivation rec {
2424 pname = "vulkan-tools-lunarg";
2525 # The version must match that in vulkan-headers
2626- version = "1.3.224.0";
2626+ version = "1.3.224.1";
27272828 src = (assert version == vulkan-headers.version;
2929 fetchFromGitHub {
+1-1
pkgs/tools/graphics/vulkan-tools/default.nix
···21212222stdenv.mkDerivation rec {
2323 pname = "vulkan-tools";
2424- version = "1.3.224.0";
2424+ version = "1.3.224.1";
25252626 # It's not strictly necessary to have matching versions here, however
2727 # since we're using the SDK version we may as well be consistent with