Merge pull request #225412 from marsam/update-luau

luau: 0.570 -> 0.571
This commit is contained in:
Matthieu Coudron 2023-04-09 14:03:21 +02:00 committed by GitHub
commit a9a322fe39
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.570";
version = "0.571";
src = fetchFromGitHub {
owner = "Roblox";
repo = "luau";
rev = version;
hash = "sha256-22T/NweWrDNWmGKJIk/htHUSU2htwsJ+0tHw5AtfoOo=";
hash = "sha256-LWA4cssbdV2LfNRYygDHehmnTfNLvbZrh34NjGf3fqg=";
};
nativeBuildInputs = [ cmake ];