vulkan-loader: update to match vulkan-headers at 1.1.85
This commit is contained in:
parent
c73ed9625b
commit
bae3fd3d83
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, python3, vulkan-headers, pkgconfig,
|
{ stdenv, fetchFromGitHub, cmake, python3, vulkan-headers, pkgconfig,
|
||||||
xlibsWrapper, libxcb, libXrandr, libXext, wayland, libGL_driver }:
|
xlibsWrapper, libxcb, libXrandr, libXext, wayland, libGL_driver }:
|
||||||
let version = "1.1.82.0"; in
|
let version = "1.1.85"; in
|
||||||
assert version == vulkan-headers.version;
|
assert version == vulkan-headers.version;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "vulkan-loader-${version}";
|
name = "vulkan-loader-${version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user