autoadb: remove

5 years since the last upstream commit. Lockfile is too old for
fetchCargoVendor.

+1 -27
-27
pkgs/by-name/au/autoadb/package.nix
··· 1 - { 2 - lib, 3 - rustPlatform, 4 - fetchFromGitHub, 5 - }: 6 - 7 - rustPlatform.buildRustPackage rec { 8 - pname = "autoadb"; 9 - version = "unstable-2020-06-01"; 10 - 11 - src = fetchFromGitHub { 12 - owner = "rom1v"; 13 - repo = pname; 14 - rev = "7f8402983603a9854bf618a384f679a17cd85e2d"; 15 - sha256 = "sha256-9Sv38dCtvbqvxSnRpq+HsIwF/rfLUVZbi0J+mltLres="; 16 - }; 17 - 18 - cargoHash = "sha256-xxmBgJqtWq1FLWTaC8SjaBoSXkPcIZYrSOc+hCEN778="; 19 - 20 - meta = with lib; { 21 - description = "Execute a command whenever a device is adb-connected"; 22 - homepage = "https://github.com/rom1v/autoadb"; 23 - license = licenses.asl20; 24 - maintainers = with maintainers; [ shawn8901 ]; 25 - mainProgram = "autoadb"; 26 - }; 27 - }
···
+1
pkgs/top-level/aliases.nix
··· 132 auditBlasHook = throw "'auditBlasHook' has been removed since it never worked"; # Added 2024-04-02 133 aumix = throw "'aumix' has been removed due to lack of maintenance upstream. Consider using 'pamixer' for CLI or 'pavucontrol' for GUI"; # Added 2024-09-14 134 authy = throw "'authy' has been removed since it reached end of life"; # Added 2024-04-19 135 avldrums-lv2 = throw "'avldrums-lv2' has been renamed to/replaced by 'x42-avldrums'"; # Converted to throw 2024-10-17 136 avrlibcCross = avrlibc; # Added 2024-09-06 137 awesome-4-0 = awesome; # Added 2022-05-05
··· 132 auditBlasHook = throw "'auditBlasHook' has been removed since it never worked"; # Added 2024-04-02 133 aumix = throw "'aumix' has been removed due to lack of maintenance upstream. Consider using 'pamixer' for CLI or 'pavucontrol' for GUI"; # Added 2024-09-14 134 authy = throw "'authy' has been removed since it reached end of life"; # Added 2024-04-19 135 + autoadb = throw "'autoadb' has been removed due to lack of maintenance upstream"; # Added 2025-01-25 136 avldrums-lv2 = throw "'avldrums-lv2' has been renamed to/replaced by 'x42-avldrums'"; # Converted to throw 2024-10-17 137 avrlibcCross = avrlibc; # Added 2024-09-06 138 awesome-4-0 = awesome; # Added 2022-05-05