luau: 0.667 -> 0.670 (#398128)

This commit is contained in:
isabel
2025-04-22 23:52:44 +01:00
committed by GitHub

View File

@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "luau";
version = "0.667";
version = "0.670";
src = fetchFromGitHub {
owner = "luau-lang";
repo = "luau";
rev = version;
hash = "sha256-AEPUdqQ+uIWxSTOwwbZ8tWSz3VKKHa1D08o6oeEREkg=";
hash = "sha256-3iRQJ3v8MyW9LZiaEAkRFubFBdPxg7EEzXYqzbKspFY=";
};
nativeBuildInputs = [ cmake ];
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/luau-lang/luau/releases/tag/${version}";
license = licenses.mit;
platforms = platforms.all;
maintainers = [ ];
maintainers = with maintainers; [ prince213 ];
mainProgram = "luau";
};
}