firefox-esr-unwrapped: 140 -> 153

This commit is contained in:
Martin Weinelt
2026-08-17 15:09:46 +02:00
parent 6755e615ea
commit 83a9ed7c65

View File

@@ -8588,7 +8588,7 @@ with pkgs;
buildMozillaMach
;
};
firefox-esr-unwrapped = firefox-esr-140-unwrapped;
firefox-esr-unwrapped = firefox-esr-153-unwrapped;
firefox = wrapFirefox firefox-unwrapped { };
firefox-beta = wrapFirefox firefox-beta-unwrapped { };
@@ -8606,7 +8606,7 @@ with pkgs;
wmClass = "firefox-esr";
icon = "firefox-esr";
};
firefox-esr = firefox-esr-140;
firefox-esr = firefox-esr-153;
firefox-bin-unwrapped = callPackage ../applications/networking/browsers/firefox-bin {
inherit (firefox-unwrapped.passthru) applicationName;