Revert "buildMozillaMach: use nss-esr for 140esr and older" (#436135)

Changed files
+1 -1
pkgs
build-support
build-mozilla-mach
+1 -1
pkgs/build-support/build-mozilla-mach/default.nix
···
xorg.xorgproto
zlib
(
-
if (lib.versionAtLeast version "141") then nss_latest else nss_esr # 3.90
+
if (lib.versionAtLeast version "129") then nss_latest else nss_esr # 3.90
)
]
++ lib.optional alsaSupport alsa-lib