Unverified Commit 58f06732 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

firefox-esr-115-unwrapped: 115.1.0esr -> 115.2.0esr

https://www.mozilla.org/en-US/firefox/115.2.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/

Fixes: CVE-2023-4573, CVE-2023-4574, CVE-2023-4575, CVE-2023-4577,
       CVE-2023-4051, CVE-2023-4578, CVE-2023-4053, CVE-2023-4580,
       CVE-2023-4582, CVE-2023-4583, CVE-2023-4584, CVE-2023-4585
parent 504e70de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -119,11 +119,11 @@

  firefox-esr-115 = buildMozillaMach rec {
    pname = "firefox-esr-115";
    version = "115.1.0esr";
    version = "115.2.0esr";
    applicationName = "Mozilla Firefox ESR";
    src = fetchurl {
      url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
      sha512 = "b2abb706fef2f1aa9451e7ac7c2affa0cc92cf2b0c6629f106a94c62017476380c7b6f406861fa468f60ea898d8402f534ad74844eb3932741fbd981cec66592";
      sha512 = "df3b4efd9607e8eb4932717760c865eb31ac7a96246cb4385190c33316c9595e0793a1f3c45ebb9674a9ba4fce98d83f71b063bef09ef307d92d1cd78d30d812";
    };

    meta = {