Merge pull request #306019 from mweinelt/firefox-125.0.2

Firefox: 125.0.1 -> 125.0.2
This commit is contained in:
Martin Weinelt 2024-04-22 22:53:37 +02:00 committed by GitHub
commit 2a7a80ac27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 411 additions and 411 deletions

View File

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