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:
parent
6ab2027f6a
commit
46dcb46fbc
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user