glslang: 14.1.0 -> 14.2.0

Diff: https://github.com/KhronosGroup/glslang/compare/14.1.0...14.2.0
This commit is contained in:
K900 2024-05-15 07:59:06 +03:00
parent 935cdc9f96
commit 62623162cd

View File

@ -9,13 +9,13 @@
}:
stdenv.mkDerivation rec {
pname = "glslang";
version = "14.1.0";
version = "14.2.0";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "glslang";
rev = version;
hash = "sha256-trm5bR3/2w+oQppHQBB+b6l0N0sLjTk5+rRGDfnGb+8=";
hash = "sha256-B6jVCeoFjd2H6+7tIses+Kj8DgHS6E2dkVzQAIzDHEc=";
};
# These get set at all-packages, keep onto them for child drvs