Merge pull request #215916 from marsam/update-luau

luau: 0.560 -> 0.563
This commit is contained in:
Mario Rodas 2023-02-12 11:35:51 -05:00 committed by GitHub
commit 308f69e2e7
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.560";
version = "0.563";
src = fetchFromGitHub {
owner = "Roblox";
repo = "luau";
rev = version;
hash = "sha256-tGZ9gy/RqkVP/pXyMd2XgdVc2oekZfpsdDgAB3+rv9s=";
hash = "sha256-aGduwwguzIg3kFspIa/5nDFAC836J3B10Pg63psuWto=";
};
nativeBuildInputs = [ cmake ];