vulkan-tools-lunarg: 1.3.224.1 -> 1.3.231.0

This commit is contained in:
PedroHLC ☭ 2022-10-25 15:29:27 -03:00
parent e2a2f0ed54
commit 48cc9433d3
No known key found for this signature in database
GPG key ID: DF4C6898CBDC6DF5

View file

@ -23,14 +23,14 @@
stdenv.mkDerivation rec {
pname = "vulkan-tools-lunarg";
# The version must match that in vulkan-headers
version = "1.3.224.1";
version = "1.3.231.0";
src = (assert version == vulkan-headers.version;
fetchFromGitHub {
owner = "LunarG";
repo = "VulkanTools";
rev = "sdk-${version}";
hash = "sha256-YQv6YboyQJjLTEKspZQdV8YFhHux/4RIncHXOsz1cBw=";
hash = "sha256-qomhouuKVv4Dat9Sv7X68Dw6bRnaUjj6iEXC9pCqX4E=";
fetchSubmodules = true;
});