Merge pull request #201999 from marsam/update-luau

luau: 0.552 -> 0.554
This commit is contained in:
Mario Rodas
2022-11-19 22:38:34 -05:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "luau";
version = "0.552";
version = "0.554";
src = fetchFromGitHub {
owner = "Roblox";
repo = "luau";
rev = version;
sha256 = "sha256-dxxzM9VKN4yDkVpU3uQNgiFbBXBa+ALWSG/Ut6JKOEY=";
sha256 = "sha256-BgCeLvMwMPsXIopSO2OH50SPqwZ4Ehqmog+3DydJ3vU=";
};
nativeBuildInputs = [ cmake ];