internal/rosa/package/glslang: switch to vulkan-sdk tags
Test / Create distribution (push) Successful in 1m0s
Test / Sandbox (push) Successful in 3m50s
Test / Hakurei (push) Successful in 6m30s
Test / Sandbox (race detector) (push) Successful in 7m1s
Test / Hakurei (race detector) (push) Successful in 8m32s
Test / ShareFS (push) Successful in 9m21s
Test / Flake checks (push) Successful in 1m7s

This restores compatibility with other SPIRV packages.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-08-04 13:12:13 +09:00
parent 905a69d2a0
commit 5c6dcce543
+4 -4
View File
@@ -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