Merge pull request #221859 from marsam/update-luau

luau: 0.567 -> 0.568
This commit is contained in:
Mario Rodas 2023-03-18 19:02:03 -05:00 committed by GitHub
commit 1b0f325ac7
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.567";
version = "0.568";
src = fetchFromGitHub {
owner = "Roblox";
repo = "luau";
rev = version;
hash = "sha256-x1P9/TZUU/XITH1/8NtPXzM46fwk0VxHNphlWqzhoog=";
hash = "sha256-ToNAduAKc4gJqO+fMZ2ZT43lnobonytdaSN5Yh0Q6A8=";
};
nativeBuildInputs = [ cmake ];