glslang: 14.2.0 -> 14.3.0

This commit is contained in:
R. Ryantm 2024-06-26 01:02:15 +00:00
parent 260616a5fd
commit 92df0c6308

View File

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