ipw2200-firmware: rename from intel2200BGFirmware (#488294)

This commit is contained in:
Jo
2026-02-18 10:56:20 +00:00
committed by GitHub
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ in
with pkgs;
[
linux-firmware
intel2200BGFirmware
ipw2200-firmware
rtl8192su-firmware
rt5677-firmware
rtl8761b-firmware
@@ -27,7 +27,7 @@
config = lib.mkIf config.networking.enableIntel2200BGFirmware {
hardware.firmware = [ pkgs.intel2200BGFirmware ];
hardware.firmware = [ pkgs.ipw2200-firmware ];
};
@@ -5,7 +5,7 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "intel2200BGFirmware";
pname = "ipw2200-firmware";
version = "3.1";
src = fetchurl {
+1
View File
@@ -907,6 +907,7 @@ mapAliases {
infamousPlugins = infamousplugins; # Added 2026-02-08
inotifyTools = throw "'inotifyTools' has been renamed to/replaced by 'inotify-tools'"; # Converted to throw 2025-10-27
insync-emblem-icons = throw "'insync-emblem-icons' has been removed, use 'insync-nautilus' instead"; # Added 2025-05-14
intel2200BGFirmware = warnAlias "'intel2200BGFirmware' has been renamed to 'ipw2200-firmware'" ipw2200-firmware; # Added 2026-02-08
invalidateFetcherByDrvHash = throw "'invalidateFetcherByDrvHash' has been renamed to/replaced by 'testers.invalidateFetcherByDrvHash'"; # Converted to throw 2025-10-27
ioccheck = throw "ioccheck was dropped since it was unmaintained."; # Added 2025-07-06
ipfs = throw "'ipfs' has been renamed to/replaced by 'kubo'"; # Converted to throw 2025-10-27