glslang: 13.1.1 -> 14.0.0

Diff: https://github.com/KhronosGroup/glslang/compare/13.1.1...14.0.0
This commit is contained in:
K900 2024-01-17 20:15:15 +03:00
parent 0a5933400e
commit 2a8f51face

View File

@ -9,13 +9,13 @@
}:
stdenv.mkDerivation rec {
pname = "glslang";
version = "13.1.1";
version = "14.0.0";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "glslang";
rev = version;
hash = "sha256-fuzNsVYdnThMzd4tLN/sTbCBXg6qXKLDJRziOKyOBGg=";
hash = "sha256-7kIIU45pe+IF7lGltpIKSvQBmcXR+TWFvmx7ztMNrpc=";
};
# These get set at all-packages, keep onto them for child drvs