12 rustPlatform.buildRustPackage rec {
13 pname = "tui-journal";
16 src = fetchFromGitHub {
17 owner = "AmmarAbouZor";
20 hash = "sha256-LYOWU3ven9g3NCB9HAWFk3oCBFcWAXU5R4T4EIF14q0=";
23 cargoHash = "sha256-MnQ5Y+mQIBh+MMIgL09clkPnOYIwFhNeLSvfEt9Lvsg=";
33 ] ++ lib.optionals stdenv.isDarwin [
34 darwin.apple_sdk.frameworks.Security
38 description = "Your journal app if you live in a terminl";
39 homepage = "https://github.com/AmmarAbouZor/tui-journal";
40 changelog = "https://github.com/AmmarAbouZor/tui-journal/blob/${src.rev}/CHANGELOG.ron";
41 license = licenses.mit;
42 maintainers = with maintainers; [ figsoda ];
43 mainProgram = "tjournal";