forked from rosa/hakurei
internal/rosa/package/glslang: switch to vulkan-sdk tags
This restores compatibility with other SPIRV packages. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
package glslang {
|
package glslang {
|
||||||
description = "reference front end for GLSL/ESSL";
|
description = "reference front end for GLSL/ESSL";
|
||||||
website = "https://github.com/KhronosGroup/glslang";
|
website = "https://github.com/KhronosGroup/glslang";
|
||||||
anitya = 205796;
|
anitya = 334917;
|
||||||
|
|
||||||
version# = "16.4.0";
|
version# = "1.4.357.0";
|
||||||
source = remoteGitHub {
|
source = remoteGitHub {
|
||||||
suffix = "KhronosGroup/glslang";
|
suffix = "KhronosGroup/glslang";
|
||||||
tag = version;
|
tag = "vulkan-sdk-"+version;
|
||||||
checksum = "u67ps8Fv_75QDiusvKjzgttPPPxb5V7HsObb0q6OvqQfHh0UGN2_x8Y0RKb9JEie";
|
checksum = "7Zq12xtSd5z_aEEeYCnsWR5WvcEGVlTsRaV6MqkmY1a3iNIrRbX_rrg-taI3wMe6";
|
||||||
};
|
};
|
||||||
|
|
||||||
// test suite writes to source
|
// test suite writes to source
|
||||||
|
|||||||
Reference in New Issue
Block a user