firefox-esr-128-unwrapped: 128.7.0esr -> 128.8.0esr

https://www.mozilla.org/en-US/firefox/128.8.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2025-16/

Fixes: CVE-2024-43097, CVE-2025-1930, CVE-2025-1931, CVE-2025-1932,
       CVE-2025-1933, CVE-2025-1934, CVE-2025-1935, CVE-2025-1936,
       CVE-2025-1937, CVE-2025-1938
This commit is contained in:
Martin Weinelt
2025-03-04 18:48:54 +01:00
parent 8645a5b39b
commit ef01b05b9e
@@ -9,11 +9,11 @@
buildMozillaMach rec {
pname = "firefox";
version = "128.7.0esr";
version = "128.8.0esr";
applicationName = "Firefox ESR";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
sha512 = "26f9661b395b85a44b42bd72ef1ad976c614216c68f6c2dd834d0ac8b84b9c9f398b8ac550a47396995d96e6bb5fa9a50064d7f2f526bddd45aed5039ef131b8";
sha512 = "7c0ef22bc14d4fa248cbae14d629174c9c967f891f4525f609760595f5a108aedf7dd804d1b63b97ec268613fa98378f4742a9b6ab562454351cf21175fdb802";
};
meta = {