firefox-unwrapped: 130.0.1 -> 131.0

https://www.mozilla.org/en-US/firefox/131.0/releasenotes/
https://www.mozilla.org/security/advisories/mfsa2024-46
(cherry picked from commit 472eb69b95)
This commit is contained in:
Martin Weinelt
2024-10-01 22:14:51 +02:00
committed by github-actions[bot]
parent 5966581aa0
commit bb67339968

View File

@@ -3,10 +3,10 @@
{
firefox = buildMozillaMach rec {
pname = "firefox";
version = "130.0.1";
version = "131.0";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
sha512 = "163d1ce9f671a4716686955c43ff23d9f200f6c52dfdabcbb93af6a326c24aa5096404f42447b02b5a3ad02e2f60d17271783638fe027d24865aebb3e70e97fe";
sha512 = "324cbaadff4d19a18d56ca01ae7212ac8362e3f5933f3017a19b64c35d58606ace8bba3672790ecb48d4a849619cdc95701440701725e8eb2859d55f1e8d8e3c";
};
extraPatches = [