luau: 0.569 -> 0.570

https://github.com/Roblox/luau/releases/tag/0.570
This commit is contained in:
Mario Rodas 2023-04-01 04:20:00 +00:00
parent 809b0fa279
commit a025a721c3

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "luau";
version = "0.569";
version = "0.570";
src = fetchFromGitHub {
owner = "Roblox";
repo = "luau";
rev = version;
hash = "sha256-SvHwFsyM3Oe4k2Flx1XhTSkHOIDe9PKjlyJ+OyHFcQE=";
hash = "sha256-22T/NweWrDNWmGKJIk/htHUSU2htwsJ+0tHw5AtfoOo=";
};
nativeBuildInputs = [ cmake ];