10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-tZ6ptGeNBULJaoFomMFN294wY8YUu1SrJh4UfOL/MnI=";
21 cargoSha256 = "sha256-YCYs+MMTxnJEKhzjddBp7lnSYPrpf3G+ktr1ez/ZKkg=";
29 ] ++ lib.optionals stdenv.isDarwin [
34 description = "Roblox file manipulation tool";
35 mainProgram = "remodel";
37 Remodel is a command line tool for manipulating Roblox files and the instances contained within them.
39 homepage = "https://github.com/rojo-rbx/remodel";
40 downloadPage = "https://github.com/rojo-rbx/remodel/releases/tag/v${version}";
41 changelog = "https://github.com/rojo-rbx/remodel/raw/v${version}/CHANGELOG.md";
42 license = licenses.mit;
43 maintainers = with maintainers; [ wackbyte ];