spirv-cross: 2020-04-03 -> 2020-05-19

This commit is contained in:
Sebastian Neubauer 2020-05-19 15:48:59 +02:00
parent e7ca9b9d33
commit 1d44425519
1 changed files with 2 additions and 2 deletions

View File

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