6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-67foqp8i5JqvtKeq8gibFhd59V8Nf8wkaINe2gd5Huk=";
17 cargoHash = "sha256-ckcjd8ZiJxfKEkpfGvTSKv3ReWn3lIK+/fBnj/kk2F0=";
20 description = "Minimal Djot CLI";
21 mainProgram = "jotdown";
22 homepage = "https://github.com/hellux/jotdown";
23 changelog = "https://github.com/hellux/jotdown/blob/${src.rev}/CHANGELOG.md";
24 license = licenses.mit;
25 maintainers = with maintainers; [ figsoda ];