vulkan-loader: 1.1.101.6 -> 1.1.106

This commit is contained in:
Alexander V. Nikolaev 2019-04-18 21:38:57 +03:00
parent 5b2b8f96a3
commit 28846204c2

View File

@ -2,7 +2,7 @@
, xlibsWrapper, libxcb, libXrandr, libXext, wayland, libGL_driver }: , xlibsWrapper, libxcb, libXrandr, libXext, wayland, libGL_driver }:
let let
version = "1.1.101.0"; version = "1.1.106";
in in
assert version == vulkan-headers.version; assert version == vulkan-headers.version;
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
owner = "KhronosGroup"; owner = "KhronosGroup";
repo = "Vulkan-Loader"; repo = "Vulkan-Loader";
rev = "sdk-${version}"; rev = "sdk-${version}";
sha256 = "0x891bha9mlsh4cvq59d1qnb4fnalwf6ml2b9y221cr7hikilamw"; sha256 = "0zhrwj1gi90x2w8gaaaw5h4b969a8gfy244kn0drrplhhb1nqz3b";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];