mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
vulkan-tools-lunarg: 1.3.236.0 -> 1.3.239.0
This commit is contained in:
parent
c171fe67c3
commit
7a5a9bbf9e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user