Merge pull request #289450 from marsam/update-luau

luau: 0.612 -> 0.613
This commit is contained in:
Mario Rodas 2024-02-17 07:16:12 -05:00 committed by GitHub
commit a3b43b41be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "luau";
version = "0.612";
version = "0.613";
src = fetchFromGitHub {
owner = "luau-lang";
repo = "luau";
rev = version;
hash = "sha256-m7HIQIF6hiSg7Ho+QxMGEpKeoF7I6OWnzJZKRPP4BcM=";
hash = "sha256-L7D3NsTvPVf/s7FCljdrkHK3uSX12FIOpzZ66ullDIk=";
};
nativeBuildInputs = [ cmake ];