unrar_6: drop (#498963)

This commit is contained in:
Weijia Wang
2026-03-11 20:34:49 +00:00
committed by GitHub
2 changed files with 1 additions and 18 deletions
-18
View File
@@ -1,18 +0,0 @@
{
unrar,
fetchzip,
}:
unrar.overrideAttrs (
finalAttrs: _: {
version = "6.2.12";
src = fetchzip {
url = "https://www.rarlab.com/rar/unrarsrc-${finalAttrs.version}.tar.gz";
stripRoot = false;
hash = "sha256-VAL3o9JGmkAcEssa/P/SL9nyxnigb7dX9YZBHrG9f0A=";
};
sourceRoot = finalAttrs.src.name;
}
)
+1
View File
@@ -1977,6 +1977,7 @@ mapAliases {
ue4demos = throw "'ue4demos' has been removed because it is unmaintained"; # Added 2026-02-07
unicap = throw "'unicap' has been removed because it is unmaintained"; # Added 2025-05-17
unifi-poller = throw "'unifi-poller' has been renamed to/replaced by 'unpoller'"; # Converted to throw 2025-10-27
unrar_6 = throw "'unrar_6' has been renamed to/replaced by 'unrar'"; # Added 2026-03-11
unzoo = throw "'unzoo' has been removed since it is unmaintained upstream and doesn't compile with newer versions of GCC anymore"; # Removed 2025-05-24
usync = throw "'usync' has been removed as it is unused and unmaintained upstream"; # Added 2025-12-18
util-linuxCurses = throw "'util-linuxCurses' has been renamed to/replaced by 'util-linux'"; # Converted to throw 2025-10-27