···577 xorg.xorgproto
578 zlib
579 (
580- if (lib.versionAtLeast version "129") then nss_latest else nss_esr # 3.90
581 )
582 ]
583 ++ lib.optional alsaSupport alsa-lib
···577 xorg.xorgproto
578 zlib
579 (
580+ if (lib.versionAtLeast version "141") then nss_latest else nss_esr # 3.90
581 )
582 ]
583 ++ lib.optional alsaSupport alsa-lib
+2
pkgs/top-level/aliases.nix
···706 firefox-devedition-bin = lib.warnOnInstantiate "`firefox-devedition-bin` is removed. Please use `firefox-devedition` or `firefox-bin` instead." firefox-devedition;
707 firefox-esr-115 = throw "The Firefox 115 ESR series has reached its end of life. Upgrade to `firefox-esr` or `firefox-esr-128` instead.";
708 firefox-esr-115-unwrapped = throw "The Firefox 115 ESR series has reached its end of life. Upgrade to `firefox-esr-unwrapped` or `firefox-esr-128-unwrapped` instead.";
00709 firefox-wayland = firefox; # Added 2022-11-15
710 firmwareLinuxNonfree = linux-firmware; # Added 2022-01-09
711 fishfight = jumpy; # Added 2022-08-03
···706 firefox-devedition-bin = lib.warnOnInstantiate "`firefox-devedition-bin` is removed. Please use `firefox-devedition` or `firefox-bin` instead." firefox-devedition;
707 firefox-esr-115 = throw "The Firefox 115 ESR series has reached its end of life. Upgrade to `firefox-esr` or `firefox-esr-128` instead.";
708 firefox-esr-115-unwrapped = throw "The Firefox 115 ESR series has reached its end of life. Upgrade to `firefox-esr-unwrapped` or `firefox-esr-128-unwrapped` instead.";
709+ firefox-esr-128 = throw "The Firefox 128 ESR series has reached its end of life. Upgrade to `firefox-esr` or `firefox-esr-140` instead.";
710+ firefox-esr-128-unwrapped = throw "The Firefox 128 ESR series has reached its end of life. Upgrade to `firefox-esr-unwrapped` or `firefox-esr-140-unwrapped` instead.";
711 firefox-wayland = firefox; # Added 2022-11-15
712 firmwareLinuxNonfree = linux-firmware; # Added 2022-01-09
713 fishfight = jumpy; # Added 2022-08-03