9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 sha256 = "sha256-Kmq/lBwayYkFU4mbjExj7M9wpg59OkIiTc+2ZrwpuBc=";
18 fetchSubmodules = true;
21 cargoSha256 = "sha256-qx6Ja0DMe4cEmDSpovtY9T3+0nJS9XivR92K3UKgacE=";
32 description = "Project management tool for Roblox";
34 Rojo is a tool designed to enable Roblox developers to use professional-grade software engineering tools.
36 homepage = "https://rojo.space";
37 downloadPage = "https://github.com/rojo-rbx/rojo/releases/tag/v${version}";
38 changelog = "https://github.com/rojo-rbx/rojo/raw/v${version}/CHANGELOG.md";
39 license = licenses.mpl20;
40 maintainers = with maintainers; [ wackbyte ];