glslang: 16.1.0 -> 16.2.0

Diff: https://github.com/KhronosGroup/glslang/compare/16.1.0...16.2.0
This commit is contained in:
K900
2026-02-03 17:28:28 +03:00
parent f87d02ce0c
commit 3b9eb5d423
+2 -2
View File
@@ -12,13 +12,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "glslang";
version = "16.1.0";
version = "16.2.0";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "glslang";
tag = finalAttrs.version;
hash = "sha256-cEREniYgSd62mnvKaQkgs69ETL5pLl5Gyv3hKOtSv3w=";
hash = "sha256-2uWnZZNGdZorHaiLzMb/rpM6bL9oBClKqiFkUH3krJQ=";
};
patches = [