Merge pull request #98545 from Flakebi/spirv-cross

spirv-cross: 2020-06-29 -> 2020-09-17

authored by Sandro and committed by GitHub baf9e277 43dbe134

+3 -2
+3 -2
pkgs/tools/graphics/spirv-cross/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "spirv-cross"; 5 - version = "2020-06-29"; 6 7 src = fetchFromGitHub { 8 owner = "KhronosGroup"; 9 repo = "SPIRV-Cross"; 10 rev = version; 11 - sha256 = "0mnccmhlqmpdx92v495z39i07hbvjwdr5n4zbarlrr1d7rm99lx4"; 12 }; 13 14 nativeBuildInputs = [ cmake python3 ]; ··· 16 meta = with lib; { 17 description = "A tool designed for parsing and converting SPIR-V to other shader languages"; 18 homepage = "https://github.com/KhronosGroup/SPIRV-Cross"; 19 platforms = platforms.linux; 20 license = licenses.asl20; 21 maintainers = with maintainers; [ Flakebi ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "spirv-cross"; 5 + version = "2020-09-17"; 6 7 src = fetchFromGitHub { 8 owner = "KhronosGroup"; 9 repo = "SPIRV-Cross"; 10 rev = version; 11 + sha256 = "03agx9f7klw96isfdz3xsw47308qxmgs24nsz7j9kx3f337fn435"; 12 }; 13 14 nativeBuildInputs = [ cmake python3 ]; ··· 16 meta = with lib; { 17 description = "A tool designed for parsing and converting SPIR-V to other shader languages"; 18 homepage = "https://github.com/KhronosGroup/SPIRV-Cross"; 19 + changelog = "https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/${version}"; 20 platforms = platforms.linux; 21 license = licenses.asl20; 22 maintainers = with maintainers; [ Flakebi ];