Merge pull request #209646 from marsam/update-luau

luau: 0.555 -> 0.558
This commit is contained in:
Mario Rodas 2023-01-08 07:48:42 -05:00 committed by GitHub
commit 4d6f451018
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.555";
version = "0.558";
src = fetchFromGitHub {
owner = "Roblox";
repo = "luau";
rev = version;
sha256 = "sha256-p3BTtjTmg8sS0gOugPCO1oqqboppcXa0wLHmRqmf3AA=";
hash = "sha256-103TLfVmXBN3Vd31nbBu7RlxrG4DX6xn/vpveIdnm5E=";
};
nativeBuildInputs = [ cmake ];