Unverified Commit 079025c3 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

firefox-unwrapped: 134.0.2 -> 135.0

https://www.mozilla.org/en-US/firefox/135.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2025-07/

Fixes: CVE-2025-1009, CVE-2025-1010, CVE-2025-1018, CVE-2025-1011,
       CVE-2025-1012, CVE-2025-1019, CVE-2025-1013, CVE-2025-1014,
       CVE-2025-1016, CVE-2025-1017, CVE-2025-1020
parent cfc1ea6e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,10 +9,10 @@

buildMozillaMach rec {
  pname = "firefox";
  version = "134.0.2";
  version = "135.0";
  src = fetchurl {
    url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
    sha512 = "74d631ecbdb5607cfcc4de408947b3b129e36b3d1daa501827aebc81f48c878f9bade875875c466c07c651f26b5388ff2d2d2087e66e0613d8914abaa7ddf5ae";
    sha512 = "7d283bcefe1e328901f15a88f5ff3da566bb0495ce5b9e3895e7a156020126a5743b6bffd69d94d9eb812e1868195ae92db162d29a5d98ee118fdb238469c089";
  };

  meta = {