Merge pull request #251602 from marsam/update-luau

luau: 0.591 -> 0.592
This commit is contained in:
figsoda 2023-08-26 11:04:43 -04:00 committed by GitHub
commit cecbbb26a3
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.591";
version = "0.592";
src = fetchFromGitHub {
owner = "Roblox";
repo = "luau";
rev = version;
hash = "sha256-eCYB+B5bglUcF+xAAHBWwwgDrvY9NatmcwL/GUnIhOk=";
hash = "sha256-S0Sr28jPnFBurLlCCj3BzTLh7yvzEPlR0MAUz7cDf1k=";
};
nativeBuildInputs = [ cmake ];