Merge pull request #223170 from marsam/update-luau

luau: 0.568 -> 0.569
This commit is contained in:
Mario Rodas 2023-03-26 08:24:52 -05:00 committed by GitHub
commit 78a19766d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "luau";
version = "0.568";
version = "0.569";
src = fetchFromGitHub {
owner = "Roblox";
repo = "luau";
rev = version;
hash = "sha256-ToNAduAKc4gJqO+fMZ2ZT43lnobonytdaSN5Yh0Q6A8=";
hash = "sha256-SvHwFsyM3Oe4k2Flx1XhTSkHOIDe9PKjlyJ+OyHFcQE=";
};
nativeBuildInputs = [ cmake ];