luau: 0.558 -> 0.560

https://github.com/Roblox/luau/releases/tag/0.560
This commit is contained in:
Mario Rodas 2023-01-27 04:20:00 +00:00
parent e80e3878b3
commit b6779f09d7

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 ];