vulkan-tools-lunarg: 1.3.236.0 -> 1.3.239.0

This commit is contained in:
PedroHLC ☭ 2023-01-30 16:22:38 -03:00
parent c171fe67c3
commit 7a5a9bbf9e
No known key found for this signature in database
GPG Key ID: DF4C6898CBDC6DF5

View File

@ -10,6 +10,7 @@
, libXrandr , libXrandr
, libffi , libffi
, libxcb , libxcb
, pkg-config
, wayland , wayland
, which , which
, xcbutilkeysyms , xcbutilkeysyms
@ -24,18 +25,18 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "vulkan-tools-lunarg"; pname = "vulkan-tools-lunarg";
# The version must match that in vulkan-headers # The version must match that in vulkan-headers
version = "1.3.236.0"; version = "1.3.239.0";
src = (assert version == vulkan-headers.version; src = (assert version == vulkan-headers.version;
fetchFromGitHub { fetchFromGitHub {
owner = "LunarG"; owner = "LunarG";
repo = "VulkanTools"; repo = "VulkanTools";
rev = "sdk-${version}"; rev = "sdk-${version}";
hash = "sha256-0dGD3InmEd9hO8+uVGMqBHXXfyX8tswyuOaZCftudz0="; hash = "sha256-zgkuTy9ccg8D/riA1CM/PnbXW1R0jWEINtcEVilETwk=";
fetchSubmodules = true; fetchSubmodules = true;
}); });
nativeBuildInputs = [ cmake python3 jq which ]; nativeBuildInputs = [ cmake python3 jq which pkg-config ];
buildInputs = [ buildInputs = [
expat expat