vulkan-tools-lunarg: 1.3.283.0 -> 1.3.290.0

Diff: https://github.com/LunarG/VulkanTools/compare/vulkan-sdk-1.3.283.0...vulkan-sdk-1.3.290.0
This commit is contained in:
K900
2024-08-31 13:51:12 +03:00
parent 9a94f57d73
commit 2cf5c8b852
@@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "vulkan-tools-lunarg";
version = "1.3.283.0";
version = "1.3.290.0";
src = fetchFromGitHub {
owner = "LunarG";
repo = "VulkanTools";
rev = "vulkan-sdk-${version}";
hash = "sha256-kRioHGrk6zsBIsnvusq6usAQqxQmCMmGk+O3ckkGEG4=";
hash = "sha256-APJRiO5xNHml3k9goFQKwmxb3BXDN7tmvcs/oNCVU58=";
};
nativeBuildInputs = [ cmake python3 jq which pkg-config libsForQt5.qt5.wrapQtAppsHook ];