spirv-cross: 1.3.250.0 -> 1.3.261.0
Diff: https://github.com/KhronosGroup/SPIRV-Cross/compare/sdk-1.3.250.0...sdk-1.3.261.0 Changelog: https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/23.11pre-git
This commit is contained in:
parent
a0c0956308
commit
bcf8461991
1 changed files with 7 additions and 2 deletions
|
@ -2,17 +2,22 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "spirv-cross";
|
||||
version = "1.3.250.0";
|
||||
version = "1.3.261.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KhronosGroup";
|
||||
repo = "SPIRV-Cross";
|
||||
rev = "sdk-${finalAttrs.version}";
|
||||
hash = "sha256-H4UkR/EiBWpdhdPHNBrdRkl4eN8kD9gEOzpnwfFSdpI=";
|
||||
hash = "sha256-abVqLovvcKBJhGhSCbyD5mc1DSfvh4TWssGxi52ukQ8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake python3 ];
|
||||
|
||||
postFixup = ''
|
||||
substituteInPlace $out/lib/pkgconfig/*.pc \
|
||||
--replace '=''${prefix}//' '=/'
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "A tool designed for parsing and converting SPIR-V to other shader languages";
|
||||
homepage = "https://github.com/KhronosGroup/SPIRV-Cross";
|
||||
|
|
Loading…
Reference in a new issue