glslang: 14.0.0 -> 14.1.0

This commit is contained in:
R. Ryantm 2024-03-09 00:59:41 +00:00
parent 2be8f78d23
commit a444ef3183

View file

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