glslang: 1.3.224.1 -> 1.3.231.0

This commit is contained in:
PedroHLC ☭ 2022-10-25 15:28:21 -03:00
parent 13c81425eb
commit 1373d189df
No known key found for this signature in database
GPG key ID: DF4C6898CBDC6DF5

View file

@ -9,13 +9,13 @@
}:
stdenv.mkDerivation rec {
pname = "glslang";
version = "1.3.224.1";
version = "1.3.231.0";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "glslang";
rev = "sdk-${version}";
hash = "sha256-VEOENuy/VhYBBX52O4QHJFXUjsj6jL4vDD4cLDlQcIA=";
hash = "sha256-huPrQr+lPi7QCF8CufAavHEKGDDimGrcskiojhH9QYk=";
};
# These get set at all-packages, keep onto them for child drvs