vulkan-validation-layers: 1.3.283.0 -> 1.3.290.0

Diff: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/vulkan-sdk-1.3.283.0...vulkan-sdk-1.3.290.0
This commit is contained in:
K900
2024-08-31 13:45:52 +03:00
parent 44e1b2986d
commit 83ee093947

View File

@@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation rec {
pname = "vulkan-validation-layers";
version = "1.3.283.0";
version = "1.3.290.0";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "Vulkan-ValidationLayers";
rev = "vulkan-sdk-${version}";
hash = "sha256-OT9VfGg3+NBVV6SCGZ+Hu9FAxGJXXT45yvt2sHDIFTA=";
hash = "sha256-FMzQpc7mwZGib544w0Dx6LeGi64cercm5oUW45raasc=";
};
nativeBuildInputs = [