6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 sha256 = "sha256-Z8szd6ArwbGiHw7SeAah0LrrzUbcQYygX7IcPUYNxvM=";
17 cargoHash = "sha256-x61lOwMOOLD3RTdy3Ji+c7zcA1PCn09u75MyrPX/NbE=";
20 description = "Rapid note management for the terminal";
21 homepage = "https://github.com/araekiel/jot";
22 license = licenses.mit;
23 maintainers = with maintainers; [ dit7ya ];