luau: 0.570 -> 0.571

https://github.com/Roblox/luau/releases/tag/0.571
This commit is contained in:
Mario Rodas 2023-04-09 04:20:00 +00:00
parent e4a5cc0378
commit 2918f41670

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 ];