Merge pull request #282622 from marsam/update-luau

luau: 0.607 -> 0.609
This commit is contained in:
Mario Rodas 2024-01-22 06:56:19 -05:00 committed by GitHub
commit 4d8194851f
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.607";
version = "0.609";
src = fetchFromGitHub {
owner = "luau-lang";
repo = "luau";
rev = version;
hash = "sha256-2O+nOgOWXPEbBJlRYnW8PlpG2oeQNZB7k08lFgF+ceE=";
hash = "sha256-L8ANZW4TyFNBn8tb5Y3k9zdGBbWbEVFUnjAkhfaZu3M=";
};
nativeBuildInputs = [ cmake ];
@ -42,5 +42,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.marsam ];
mainProgram = "luau";
};
}