Merge pull request #51761 from r-ryantm/auto-update/vulkan-tools

vulkan-tools: 1.1.85.0 -> 1.1.92
This commit is contained in:
Jörg Thalheim
2018-12-08 23:45:35 +00:00
committed by GitHub

View File

@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "vulkan-tools-${version}";
version = "1.1.85.0";
version = "1.1.92";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "Vulkan-Tools";
rev = "sdk-${version}";
sha256 = "0f4dfr8g0vy7y1hvs6z9lw52kissailzisby4qnz4akv0zz5y5s5";
sha256 = "1khbfxp2mha7h0vqs0fkqscxm76gn3zlia8yya11lkhk7sn3h0d3";
};
nativeBuildInputs = [ cmake pkgconfig ];