vulkan-validation-layers: 1.3.261 -> 1.3.268

This commit is contained in:
K900 2023-10-24 18:06:40 +03:00
parent d11356ac5d
commit 3104c980e9

View File

@ -23,18 +23,13 @@ let
in
stdenv.mkDerivation rec {
pname = "vulkan-validation-layers";
version = "1.3.261";
# If we were to use "dev" here instead of headers, the setupHook would be
# placed in that output instead of "out".
outputs = ["out" "headers"];
outputInclude = "headers";
version = "1.3.268.0";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "Vulkan-ValidationLayers";
rev = "v${version}";
hash = "sha256-4kE3pkyYu6hnbv19fHhON+hI2HU4vLm31tNlp5fhndM=";
rev = "vulkan-sdk-${version}";
hash = "sha256-DwkSUclStYKe54tC1H3jMv1KOSScgqf25tR5ajQZ6os=";
};
nativeBuildInputs = [