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";
36 Remodel is a command line tool for manipulating Roblox files and the instances contained within them.
38 homepage = "https://github.com/rojo-rbx/remodel";
39 downloadPage = "https://github.com/rojo-rbx/remodel/releases/tag/v${version}";
40 changelog = "https://github.com/rojo-rbx/remodel/raw/v${version}/CHANGELOG.md";
41 license = licenses.mit;
42 maintainers = with maintainers; [ wackbyte ];