Commit b79ae227 authored by jopejoe1's avatar jopejoe1
Browse files

firefox-beta-unwrapped: 140.0b9 -> 141.0b2

parent 6c57a549
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.0b9";
  version = "141.0b2";
  applicationName = "Firefox Beta";
  src = fetchurl {
    url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
    sha512 = "eb63be9dd42f5f777706c15a87e536769deb22658da6c35070962d98d03ec678409a1d09bf257c0421039cccdf7db892eb4c7aee610341a262ffae28b04b52b3";
    sha512 = "edbdc261c1c2cb3bcbe85cec81ec064da10955766dabb1580a38b5d07c5cf11904614ca61b5b09a176e9c618387d70eb41fbfd6deb178753b38c296f41a42431";
  };

  meta = {