firefox-unwrapped: 121.0.1 -> 122.0

https://www.mozilla.org/en-US/firefox/122.0/releasenotes/
https://www.mozilla.org/security/advisories/mfsa2024-01/

Fixes: CVE-2024-0741, CVE-2024-0742, CVE-2024-0743, CVE-2024-0744,
       CVE-2024-0745, CVE-2024-0746, CVE-2024-0747, CVE-2024-0748,
       CVE-2024-0749, CVE-2024-0750, CVE-2024-0751, CVE-2024-0752,
       CVE-2024-0753, CVE-2024-0754, CVE-2024-0755
This commit is contained in:
R. Ryantm 2024-01-22 21:47:38 +00:00 committed by Martin Weinelt
parent 4359543dfd
commit 3b64fdbae9
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -3,10 +3,10 @@
{
firefox = buildMozillaMach rec {
pname = "firefox";
version = "121.0.1";
version = "122.0";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
sha512 = "7810850a922cb4a274ced6556e14256d3ff518a96f10a0f86d1f8e40daa0a8b1a5cfcc9cbf1391029d920944e94a9149951ee107a0e718a294954bb50b6ced2e";
sha512 = "619b735c16970207f3f8fb31dd2350a5e665a802c30501c89aee4817b8b0f7f466da93c66ab238e94967587e538e6858934b18164ff312dbdbfbc3b2bf8bd824";
};
extraPatches = [