vulkan-extension-layer: 1.3.275.0 -> 1.3.280.0

Diff: https://github.com/KhronosGroup/Vulkan-ExtensionLayer/compare/vulkan-sdk-1.3.275.0...vulkan-sdk-1.3.280.0
This commit is contained in:
K900 2024-03-22 08:30:55 +03:00
parent ad61d5c9d7
commit 5897219a92
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "vulkan-extension-layer";
version = "1.3.275.0";
version = "1.3.280.0";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "Vulkan-ExtensionLayer";
rev = "vulkan-sdk-${version}";
hash = "sha256-zQycF3yKoa54KBUIuG1BqFGB00yc6oZQzdcDel2rXN0=";
hash = "sha256-THy2/hZacOI6IUPFk8cckpBKM4W3pFFeeEwSTVoMDQo=";
};
nativeBuildInputs = [ cmake pkg-config jq ];