forked from mirrors/nixpkgs
spirv-cross: 2020-05-19 -> 2020-06-29
This commit is contained in:
parent
679136e252
commit
e70f10458f
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "spirv-cross";
|
pname = "spirv-cross";
|
||||||
version = "2020-05-19";
|
version = "2020-06-29";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "KhronosGroup";
|
owner = "KhronosGroup";
|
||||||
repo = "SPIRV-Cross";
|
repo = "SPIRV-Cross";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0zyijp9zx9wbd4i5lwjap7n793iz6yjkf27la60dsffxl75yy9pd";
|
sha256 = "0mnccmhlqmpdx92v495z39i07hbvjwdr5n4zbarlrr1d7rm99lx4";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake python3 ];
|
nativeBuildInputs = [ cmake python3 ];
|
||||||
|
|
Loading…
Reference in a new issue