6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
13 rev = "85b06b9a8bb0616b6a03ba43517245c79e1dd4cf";
14 hash = "sha256-PiVPnni7W8SIhO6L9698RSMTD4VVTB+klLrqMzEtWWo=";
15 fetchSubmodules = true;
18 cargoHash = "sha256-zj81fXjDM648Y8mIb6QMmAh/ck9GGEypzuJIBWZ32r8=";
21 description = "Formatter for the leptos view! macro";
22 mainProgram = "leptosfmt";
23 homepage = "https://github.com/bram209/leptosfmt";
24 changelog = "https://github.com/bram209/leptosfmt/blob/${src.rev}/CHANGELOG.md";
25 license = with licenses; [ asl20 mit ];
26 maintainers = with maintainers; [ figsoda ];