1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "08vazw4rszqscjz988k89z28skyj3grm81bm5iwknxxagmrb20fz";
14 # The tests are long-running and not that useful
17 cargoHash = "sha256-4LLm8EIGR9YJyVlSLRsQmBJc0QZaxBQafE4VLsDyAfI=";
20 description = "Terminal-based personal organizer";
21 homepage = "https://github.com/spacejam/void";
22 license = licenses.gpl3;
23 maintainers = with maintainers; [ spacekookie ];