Merge pull request #336055 from mweinelt/firefox-129.0.2

firefox-unwrapped: 129.0.1 -> 129.0.2
This commit is contained in:
Martin Weinelt 2024-08-20 17:11:25 +02:00 committed by GitHub
commit a299fd355d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 415 additions and 415 deletions

View File

@ -5,10 +5,10 @@
{
firefox = buildMozillaMach rec {
pname = "firefox";
version = "129.0.1";
version = "129.0.2";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
sha512 = "27c463e8277994c62bab85cf0e2f0cea16a9b272694b61fa56a6b3bd7c70d6481774288386094836a54df54c1b1144d61be67f4f5eac418c05479d452221c027";
sha512 = "f6805a87e5cb4e437583916e3ec1b312dc73eec5fc06ce7a038b13bd7c6827b18cf383c30645d96623ce41675351f3023ec6b9f89d676f1c889994eae79f2c13";
};
extraPatches = [