firefox-esr: migrate to 140 ESR (#430656)

This commit is contained in:
Martin Weinelt
2025-08-03 16:38:16 +02:00
committed by GitHub
+2 -2
View File
@@ -12154,7 +12154,7 @@ with pkgs;
buildMozillaMach
;
};
firefox-esr-unwrapped = firefox-esr-128-unwrapped;
firefox-esr-unwrapped = firefox-esr-140-unwrapped;
firefox = wrapFirefox firefox-unwrapped { };
firefox-beta = wrapFirefox firefox-beta-unwrapped { };
@@ -12172,7 +12172,7 @@ with pkgs;
wmClass = "firefox-esr";
icon = "firefox-esr";
};
firefox-esr = firefox-esr-128;
firefox-esr = firefox-esr-140;
firefox-bin-unwrapped = callPackage ../applications/networking/browsers/firefox-bin {
inherit (firefox-unwrapped.passthru) applicationName;