luau: 0.560 -> 0.563

https://github.com/Roblox/luau/releases/tag/0.563
This commit is contained in:
Mario Rodas
2023-02-11 04:20:00 +00:00
committed by Florian Brandes
parent cbb7d146c4
commit c2815c1594

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "luau";
version = "0.560";
version = "0.563";
src = fetchFromGitHub {
owner = "Roblox";
repo = "luau";
rev = version;
hash = "sha256-tGZ9gy/RqkVP/pXyMd2XgdVc2oekZfpsdDgAB3+rv9s=";
hash = "sha256-aGduwwguzIg3kFspIa/5nDFAC836J3B10Pg63psuWto=";
};
nativeBuildInputs = [ cmake ];