void: remove

2 years since the last upstream commit.

+1 -30
-30
pkgs/by-name/vo/void/package.nix
··· 1 - { 2 - lib, 3 - fetchFromGitHub, 4 - rustPlatform, 5 - }: 6 - 7 - rustPlatform.buildRustPackage rec { 8 - pname = "void"; 9 - version = "1.1.5"; 10 - 11 - src = fetchFromGitHub { 12 - owner = "spacejam"; 13 - repo = "void"; 14 - rev = version; 15 - sha256 = "08vazw4rszqscjz988k89z28skyj3grm81bm5iwknxxagmrb20fz"; 16 - }; 17 - 18 - # The tests are long-running and not that useful 19 - doCheck = false; 20 - 21 - cargoHash = "sha256-4LLm8EIGR9YJyVlSLRsQmBJc0QZaxBQafE4VLsDyAfI="; 22 - 23 - meta = with lib; { 24 - description = "Terminal-based personal organizer"; 25 - homepage = "https://github.com/spacejam/void"; 26 - license = licenses.gpl3; 27 - maintainers = with maintainers; [ spacekookie ]; 28 - mainProgram = "void"; 29 - }; 30 - }
···
+1
pkgs/top-level/aliases.nix
··· 1472 virtscreen = throw "'virtscreen' has been removed, as it was broken and unmaintained"; # Added 2024-10-17 1473 vkBasalt = vkbasalt; # Added 2022-11-22 1474 vkdt-wayland = vkdt; # Added 2024-04-19 1475 volnoti = throw "'volnoti' has been removed due to lack of maintenance upstream."; # Added 2024-12-04 1476 vuze = throw "'vuze' was removed because it is unmaintained upstream and insecure (CVE-2018-13417). BiglyBT is a maintained fork."; # Added 2024-11-22 1477 inherit (libsForQt5.mauiPackages) vvave; # added 2022-05-17
··· 1472 virtscreen = throw "'virtscreen' has been removed, as it was broken and unmaintained"; # Added 2024-10-17 1473 vkBasalt = vkbasalt; # Added 2022-11-22 1474 vkdt-wayland = vkdt; # Added 2024-04-19 1475 + void = throw "'void' has been removed due to lack of upstream maintenance"; # Added 2025-01-25 1476 volnoti = throw "'volnoti' has been removed due to lack of maintenance upstream."; # Added 2024-12-04 1477 vuze = throw "'vuze' was removed because it is unmaintained upstream and insecure (CVE-2018-13417). BiglyBT is a maintained fork."; # Added 2024-11-22 1478 inherit (libsForQt5.mauiPackages) vvave; # added 2022-05-17