Merge pull request #91855 from r-ryantm/auto-update/spirv-cross

spirv-cross: 2020-05-19 -> 2020-06-29
This commit is contained in:
Ryan Mulligan 2020-06-30 15:47:35 -07:00 committed by GitHub
commit 2d7a20cde2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "spirv-cross";
version = "2020-05-19";
version = "2020-06-29";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "SPIRV-Cross";
rev = version;
sha256 = "0zyijp9zx9wbd4i5lwjap7n793iz6yjkf27la60dsffxl75yy9pd";
sha256 = "0mnccmhlqmpdx92v495z39i07hbvjwdr5n4zbarlrr1d7rm99lx4";
};
nativeBuildInputs = [ cmake python3 ];