ipw2200-firmware: rename from intel2200BGFirmware (#488294)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
};
|
||||
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "intel2200BGFirmware";
|
||||
pname = "ipw2200-firmware";
|
||||
version = "3.1";
|
||||
|
||||
src = fetchurl {
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user