···11-{
22- lib,
33- fetchFromGitHub,
44- rustPlatform,
55-}:
66-77-rustPlatform.buildRustPackage rec {
88- pname = "void";
99- version = "1.1.5";
1010-1111- src = fetchFromGitHub {
1212- owner = "spacejam";
1313- repo = "void";
1414- rev = version;
1515- sha256 = "08vazw4rszqscjz988k89z28skyj3grm81bm5iwknxxagmrb20fz";
1616- };
1717-1818- # The tests are long-running and not that useful
1919- doCheck = false;
2020-2121- cargoHash = "sha256-4LLm8EIGR9YJyVlSLRsQmBJc0QZaxBQafE4VLsDyAfI=";
2222-2323- meta = with lib; {
2424- description = "Terminal-based personal organizer";
2525- homepage = "https://github.com/spacejam/void";
2626- license = licenses.gpl3;
2727- maintainers = with maintainers; [ spacekookie ];
2828- mainProgram = "void";
2929- };
3030-}
+1
pkgs/top-level/aliases.nix
···14721472 virtscreen = throw "'virtscreen' has been removed, as it was broken and unmaintained"; # Added 2024-10-17
14731473 vkBasalt = vkbasalt; # Added 2022-11-22
14741474 vkdt-wayland = vkdt; # Added 2024-04-19
14751475+ void = throw "'void' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
14751476 volnoti = throw "'volnoti' has been removed due to lack of maintenance upstream."; # Added 2024-12-04
14761477 vuze = throw "'vuze' was removed because it is unmaintained upstream and insecure (CVE-2018-13417). BiglyBT is a maintained fork."; # Added 2024-11-22
14771478 inherit (libsForQt5.mauiPackages) vvave; # added 2022-05-17