Merge pull request #212954 from marsam/update-luau

luau: 0.558 -> 0.560
This commit is contained in:
Weijia Wang 2023-01-27 21:09:27 +01:00 committed by GitHub
commit dbbc4ec226
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.558";
version = "0.560";
src = fetchFromGitHub {
owner = "Roblox";
repo = "luau";
rev = version;
hash = "sha256-103TLfVmXBN3Vd31nbBu7RlxrG4DX6xn/vpveIdnm5E=";
hash = "sha256-tGZ9gy/RqkVP/pXyMd2XgdVc2oekZfpsdDgAB3+rv9s=";
};
nativeBuildInputs = [ cmake ];