6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-gxqUMtONjYPjSmxyguE9/GBC91PUK1rdFGsISGaSe44=";
17 cargoHash = "sha256-pMYqIl0Td2awAxe3BRglBcOychwTmFZ+pZV0QOT0CL4=";
20 description = "CLI tool to insert spacers when command output stops";
21 homepage = "https://github.com/samwho/spacer";
22 changelog = "https://github.com/samwho/spacer/releases/tag/${src.rev}";
23 license = licenses.mit;
24 maintainers = with maintainers; [ figsoda ];
25 mainProgram = "spacer";