Merge pull request #200182 from marsam/update-luau

luau: 0.551 -> 0.552
This commit is contained in:
Mario Rodas 2022-11-08 09:16:03 -05:00 committed by GitHub
commit f4c87ef162
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.551";
version = "0.552";
src = fetchFromGitHub {
owner = "Roblox";
repo = "luau";
rev = version;
sha256 = "sha256-1IQeTq5eLn0jYtdc6SM0TuVJ3TUWUWtjQjAviba5ibw=";
sha256 = "sha256-dxxzM9VKN4yDkVpU3uQNgiFbBXBa+ALWSG/Ut6JKOEY=";
};
nativeBuildInputs = [ cmake ];