Merge pull request #224223 from marsam/update-luau

luau: 0.569 -> 0.570
This commit is contained in:
Mario Rodas 2023-04-02 16:35:45 -05:00 committed by GitHub
commit e50752d1fc
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.569";
version = "0.570";
src = fetchFromGitHub {
owner = "Roblox";
repo = "luau";
rev = version;
hash = "sha256-SvHwFsyM3Oe4k2Flx1XhTSkHOIDe9PKjlyJ+OyHFcQE=";
hash = "sha256-22T/NweWrDNWmGKJIk/htHUSU2htwsJ+0tHw5AtfoOo=";
};
nativeBuildInputs = [ cmake ];