3
0
Fork 0
forked from mirrors/nixpkgs

luau: 0.571 -> 0.572

https://github.com/Roblox/luau/releases/tag/0.572
This commit is contained in:
Mario Rodas 2023-04-15 04:20:00 +00:00
parent 444901a1d9
commit 17df108ce2

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "luau";
version = "0.571";
version = "0.572";
src = fetchFromGitHub {
owner = "Roblox";
repo = "luau";
rev = version;
hash = "sha256-LWA4cssbdV2LfNRYygDHehmnTfNLvbZrh34NjGf3fqg=";
hash = "sha256-7pckVsxzEdy0YykyvaouNWmnETEi86Cs7kCxaoU5lHs=";
};
nativeBuildInputs = [ cmake ];