Merge pull request #98545 from Flakebi/spirv-cross

spirv-cross: 2020-06-29 -> 2020-09-17
This commit is contained in:
Sandro 2021-01-18 14:17:15 +01:00 committed by GitHub
commit baf9e277a4
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-06-29";
version = "2020-09-17";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "SPIRV-Cross";
rev = version;
sha256 = "0mnccmhlqmpdx92v495z39i07hbvjwdr5n4zbarlrr1d7rm99lx4";
sha256 = "03agx9f7klw96isfdz3xsw47308qxmgs24nsz7j9kx3f337fn435";
};
nativeBuildInputs = [ cmake python3 ];
@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A tool designed for parsing and converting SPIR-V to other shader languages";
homepage = "https://github.com/KhronosGroup/SPIRV-Cross";
changelog = "https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/${version}";
platforms = platforms.linux;
license = licenses.asl20;
maintainers = with maintainers; [ Flakebi ];