···22in
23stdenv.mkDerivation rec {
24 pname = "vulkan-validation-layers";
25- version = "1.3.224.0";
2627 # If we were to use "dev" here instead of headers, the setupHook would be
28 # placed in that output instead of "out".
···34 owner = "KhronosGroup";
35 repo = "Vulkan-ValidationLayers";
36 rev = "sdk-${version}";
37- hash = "sha256-MmAxUuV9CVJ6LHUb6ePEiE37meDB1TqPAwLsPdHQ1u8=";
38 });
3940 # Include absolute paths to layer libraries in their associated
···22in
23stdenv.mkDerivation rec {
24 pname = "vulkan-validation-layers";
25+ version = "1.3.224.1";
2627 # If we were to use "dev" here instead of headers, the setupHook would be
28 # placed in that output instead of "out".
···34 owner = "KhronosGroup";
35 repo = "Vulkan-ValidationLayers";
36 rev = "sdk-${version}";
37+ hash = "sha256-5To5Llxl1i1XLaU2tR/O7g7dn2iV3FwLH7gFdXTMXxo=";
38 });
3940 # Include absolute paths to layer libraries in their associated
···23stdenv.mkDerivation rec {
24 pname = "vulkan-tools-lunarg";
25 # The version must match that in vulkan-headers
26- version = "1.3.224.0";
2728 src = (assert version == vulkan-headers.version;
29 fetchFromGitHub {
···23stdenv.mkDerivation rec {
24 pname = "vulkan-tools-lunarg";
25 # The version must match that in vulkan-headers
26+ version = "1.3.224.1";
2728 src = (assert version == vulkan-headers.version;
29 fetchFromGitHub {
+1-1
pkgs/tools/graphics/vulkan-tools/default.nix
···2122stdenv.mkDerivation rec {
23 pname = "vulkan-tools";
24- version = "1.3.224.0";
2526 # It's not strictly necessary to have matching versions here, however
27 # since we're using the SDK version we may as well be consistent with
···2122stdenv.mkDerivation rec {
23 pname = "vulkan-tools";
24+ version = "1.3.224.1";
2526 # It's not strictly necessary to have matching versions here, however
27 # since we're using the SDK version we may as well be consistent with