firefox-unwrapped: 129.0.1 -> 129.0.2

https://www.mozilla.org/en-US/firefox/129.0.2/releasenotes/
This commit is contained in:
Martin Weinelt
2024-08-20 15:01:40 +02:00
parent b3a97d4e1f
commit 1014b83613
@@ -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 = [