mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
vulkan-tools: 1.3.268.0 -> 1.3.275.0
Diff: https://github.com/KhronosGroup/Vulkan-Tools/compare/vulkan-sdk-1.3.268.0...vulkan-sdk-1.3.275.0
This commit is contained in:
parent
7e0afaf597
commit
9346cae320
1 changed files with 4 additions and 2 deletions
|
@ -14,6 +14,7 @@
|
|||
, libXrandr
|
||||
, vulkan-headers
|
||||
, vulkan-loader
|
||||
, vulkan-volk
|
||||
, wayland
|
||||
, wayland-protocols
|
||||
, moltenvk
|
||||
|
@ -23,13 +24,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "vulkan-tools";
|
||||
version = "1.3.268.0";
|
||||
version = "1.3.275.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KhronosGroup";
|
||||
repo = "Vulkan-Tools";
|
||||
rev = "vulkan-sdk-${version}";
|
||||
hash = "sha256-IsMxiAR4ak6kC3BNYhtI+JVNkEka4ZceSElxk39THXg=";
|
||||
hash = "sha256-0sAwO8gXzpMst+7l7LS1oiDLo9E6otDktCti+v8jwDw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -42,6 +43,7 @@ stdenv.mkDerivation rec {
|
|||
glslang
|
||||
vulkan-headers
|
||||
vulkan-loader
|
||||
vulkan-volk
|
||||
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||
libffi
|
||||
libX11
|
||||
|
|
Loading…
Reference in a new issue