firefox-unwrapped: 125.0 -> 125.0.1

https://www.mozilla.org/en-US/firefox/125.0.1/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2024-18/

Fixes: CVE-2024-3852, CVE-2024-3853, CVE-2024-3854, CVE-2024-3855,
       CVE-2024-3856, CVE-2024-3857, CVE-2024-3858, CVE-2024-3859,
       CVE-2024-3860, CVE-2024-3861, CVE-2024-3862, CVE-2024-3863,
       CVE-2024-3302, CVE-2024-3864, CVE-2024-3865
This commit is contained in:
André Silva 2024-04-16 19:13:12 +01:00 committed by Martin Weinelt
parent 947baf4f60
commit 283867bd9a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@
{
firefox = buildMozillaMach rec {
pname = "firefox";
version = "125.0";
version = "125.0.1";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
sha512 = "c520070e5a8872f3df4f5e35b9a605eef95f61254f6242040f02b2b68d6c8eef993885a18144353326a7488ac27115fa4ad2ef5615885e5155ab3f8194a61977";
sha512 = "6f2f336de8b0ec9cb19ba20c909407b7b88c0319ee3b2f1f3429133516b0c45b4c7846f287985a0cdb9f34acc7d5378ed14fb48e26bef113c8ac360501a30c4d";
};
extraPatches = [