vulkan-loader: update to match vulkan-headers at 1.1.85

This commit is contained in:
Lengyel Balazs 2018-10-13 13:05:34 +02:00
parent c73ed9625b
commit bae3fd3d83
1 changed files with 1 additions and 1 deletions

View File

@ -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}";