firefox-unwrapped: 111.0.1 -> 112.0

https://www.mozilla.org/en-US/firefox/112.0/releasenotes/
Fixes: CVE-2023-29531, CVE-2023-29533, CVE-2023-29535, CVE-2023-29536,
       CVE-2023-29537, CVE-2023-29538, CVE-2023-29539, CVE-2023-29540,
       CVE-2023-29541, CVE-2023-29543, CVE-2023-29544, CVE-2023-29546,
       CVE-2023-29547, CVE-2023-29548, CVE-2023-29549, CVE-2023-29550,
       CVE-2023-29551
This commit is contained in:
Vladimír Čunát 2023-04-11 17:19:41 +02:00
parent 9f26295eaa
commit 24ccda1678
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

@ -3,10 +3,10 @@
rec {
firefox = buildMozillaMach rec {
pname = "firefox";
version = "111.0.1";
version = "112.0";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
sha512 = "b16c9399a19cb1de2d865a023d54fbe71c23a363ea4d36cd58f41f64f7ad04bc1b9d8a8448943417516e17337e0ee2afd370c29a72b51b0947161f4ffab6935f";
sha512 = "6b2bc8c0c93f3109da27168fe7e8f734c6ab4efb4ca56ff2d5e3a52659da71173bba2104037a000623833be8338621fca482f39f836e3910fe2996e6d0a68b39";
};
meta = {