Merge pull request #259842 from marsam/update-luau

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