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,
|
||||
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;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "vulkan-loader-${version}";
|
||||
|
|
Loading…
Reference in New Issue