vulkan-tools-lunarg: 1.3.275.0 -> 1.3.280.0

Diff: https://github.com/LunarG/VulkanTools/compare/vulkan-sdk-1.3.275.0...vulkan-sdk-1.3.280.0
This commit is contained in:
K900 2024-03-22 08:30:50 +03:00
parent ba7516ae83
commit ad61d5c9d7
1 changed files with 2 additions and 2 deletions

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "vulkan-tools-lunarg";
version = "1.3.275.0";
version = "1.3.280.0";
src = fetchFromGitHub {
owner = "LunarG";
repo = "VulkanTools";
rev = "vulkan-sdk-${version}";
hash = "sha256-MEQX90HL90jyVBWWcvOF7QLzm1+fNE5TW3MWdK4w53M=";
hash = "sha256-tp5b7/1lDF9oe/AsiqhVCvYY8p9UguGAgIkLS/hIhfQ=";
};
nativeBuildInputs = [ cmake python3 jq which pkg-config libsForQt5.qt5.wrapQtAppsHook ];