Unverified Commit 30d29123 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

firefox-beta-unwrapped: 140.0b7 -> 140.0b9 (#418506)

parents deaa6426 ca370837
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@
buildMozillaMach rec {
  pname = "firefox-beta";
  binaryName = pname;
  version = "140.0b7";
  version = "140.0b9";
  applicationName = "Firefox Beta";
  src = fetchurl {
    url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
    sha512 = "51a9dad564bc20aaacec5bc8cfe05f7213d6fbc826783790bcb1067cbea7349a88f479df70f73501357625c6a239d33a10a840e7287d077771dc08b0fd9b076b";
    sha512 = "eb63be9dd42f5f777706c15a87e536769deb22658da6c35070962d98d03ec678409a1d09bf257c0421039cccdf7db892eb4c7aee610341a262ffae28b04b52b3";
  };

  meta = {