Merge pull request #256879 from marsam/update-luau

luau: 0.594 -> 0.596
This commit is contained in:
Mario Rodas 2023-09-23 17:35:00 -05:00 committed by GitHub
commit caca9e871f
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.594";
version = "0.596";
src = fetchFromGitHub {
owner = "Roblox";
repo = "luau";
rev = version;
hash = "sha256-GRdJlVCT1jRAuQHsDjV2oqk7mtBUNDpWt8JGlP31CVs=";
hash = "sha256-25SMgBW5Uqh0dGM8A9qCTcUPPP7wzH8wCGk4w+0wp/c=";
};
nativeBuildInputs = [ cmake ];