Merge pull request #247931 from marsam/update-luau

luau: 0.588 -> 0.589
This commit is contained in:
Mario Rodas 2023-08-09 18:12:57 -05:00 committed by GitHub
commit 0687388d9f
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.588";
version = "0.589";
src = fetchFromGitHub {
owner = "Roblox";
repo = "luau";
rev = version;
hash = "sha256-iRYVmRnEpLBtBJ5EjN88EmWM88FNU4CyFvgnBaqDSz4=";
hash = "sha256-q36mWkZgzms+dYZ++S9MwnRYxUXBtRxiECOxX886eVw=";
};
nativeBuildInputs = [ cmake ];