vulkan-validation-layers: 1.3.249 -> 1.3.254

Diff: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.3.249...v1.3.254
This commit is contained in:
K900 2023-06-23 11:27:33 +03:00
parent c7bd802148
commit f0137c3f66

View File

@ -40,7 +40,7 @@ let
in
stdenv.mkDerivation rec {
pname = "vulkan-validation-layers";
version = "1.3.249";
version = "1.3.254";
# If we were to use "dev" here instead of headers, the setupHook would be
# placed in that output instead of "out".
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
owner = "KhronosGroup";
repo = "Vulkan-ValidationLayers";
rev = "v${version}";
hash = "sha256-+Vjy3hzzpC+bFNSEHLsfUaaHMSrMv2G+B8lGjui0fJs=";
hash = "sha256-hh/lCXSKq8xmygVsFFOGu79DvBvBPcc1l1e5wQskK7M=";
};
nativeBuildInputs = [