glslang: 14.3.0 -> 15.0.0

Diff: https://github.com/KhronosGroup/glslang/compare/14.3.0...15.0.0
This commit is contained in:
K900 2024-10-08 20:05:51 +03:00
parent 152e577644
commit d0b808a4a3

View File

@ -9,13 +9,13 @@
}:
stdenv.mkDerivation rec {
pname = "glslang";
version = "14.3.0";
version = "15.0.0";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "glslang";
rev = version;
hash = "sha256-slKBFq6NyWHQmJq/YR3LmbGnHyZgRg0hej90tZDOGzA=";
hash = "sha256-QXNecJ6SDeWpRjzHRTdPJHob1H3q2HZmWuL2zBt2Tlw=";
};
outputs = [ "bin" "out" "dev" ];