7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "08vazw4rszqscjz988k89z28skyj3grm81bm5iwknxxagmrb20fz";
18 # The tests are long-running and not that useful
21 cargoHash = "sha256-4LLm8EIGR9YJyVlSLRsQmBJc0QZaxBQafE4VLsDyAfI=";
24 description = "Terminal-based personal organizer";
25 homepage = "https://github.com/spacejam/void";
26 license = licenses.gpl3;
27 maintainers = with maintainers; [ spacekookie ];