vulkan-tools-lunarg: 1.3.290.0 -> 1.3.296.0

Diff: https://github.com/LunarG/VulkanTools/compare/vulkan-sdk-1.3.290.0...vulkan-sdk-1.3.296.0
This commit is contained in:
K900 2024-10-08 20:06:07 +03:00
parent 6ab2027f6a
commit 46dcb46fbc

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "vulkan-tools-lunarg";
version = "1.3.290.0";
version = "1.3.296.0";
src = fetchFromGitHub {
owner = "LunarG";
repo = "VulkanTools";
rev = "vulkan-sdk-${version}";
hash = "sha256-APJRiO5xNHml3k9goFQKwmxb3BXDN7tmvcs/oNCVU58=";
hash = "sha256-RaL7sqy5Rc8syPoM3SedZ6UilV9JUAA96JZh5/gIfPU=";
};
nativeBuildInputs = [ cmake python3 jq which pkg-config libsForQt5.qt5.wrapQtAppsHook ];