vulkan-tools: 1.3.283.0 -> 1.3.290.0

Diff: https://github.com/KhronosGroup/Vulkan-Tools/compare/vulkan-sdk-1.3.283.0...vulkan-sdk-1.3.290.0
This commit is contained in:
K900 2024-08-31 13:45:54 +03:00
parent 83ee093947
commit 9a94f57d73

View File

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "vulkan-tools";
version = "1.3.283.0";
version = "1.3.290.0";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "Vulkan-Tools";
rev = "vulkan-sdk-${version}";
hash = "sha256-IAlqFCenv5e70XyLSYh2fE84JZQFJwg+YKTGaK7ShKA=";
hash = "sha256-8xuE4OTwtH8ckCKDU7oo0WI7/R4Ox53+j+F+ZuKysKI=";
};
nativeBuildInputs = [