Merge pull request #55959 from Ralith/vulkan

Update Vulkan packages
This commit is contained in:
Silvan Mosberger
2019-03-30 23:53:09 +01:00
committed by GitHub
8 changed files with 98 additions and 54 deletions
+2 -2
View File
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "vulkan-tools-${version}";
version = "1.1.92";
version = "1.1.101.0";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "Vulkan-Tools";
rev = "sdk-${version}";
sha256 = "1khbfxp2mha7h0vqs0fkqscxm76gn3zlia8yya11lkhk7sn3h0d3";
sha256 = "03227qxa8q19qgzk30h0h49sh03idr6vh9srnrhiziw2vzmahmpp";
};
nativeBuildInputs = [ cmake pkgconfig ];