Unverified Commit 7f1adc51 authored by whispers's avatar whispers
Browse files

mullvad-browser: 15.0.9 -> 15.10.0

Changelog: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/raw/mb-15.0.10-build1/projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
Firefox ESR: https://www.firefox.com/en-US/firefox/140.10.0/releasenotes/

The update script source URL has also been updated to
dist.torproject.org, as updates tend to make their way there faster and
it is thus slightly more convenient.
parent 740a0ef1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ let
    ++ lib.optionals mediaSupport [ ffmpeg_7 ]
  );

  version = "15.0.9";
  version = "15.0.10";

  sources = {
    x86_64-linux = fetchurl {
@@ -109,7 +109,7 @@ let
        "https://tor.eff.org/dist/mullvadbrowser/${version}/mullvad-browser-linux-x86_64-${version}.tar.xz"
        "https://tor.calyxinstitute.org/dist/mullvadbrowser/${version}/mullvad-browser-linux-x86_64-${version}.tar.xz"
      ];
      hash = "sha256-GkLCztflyfRFZiZg+bZjUFvK9i+jbagyzB7SgbjKlpQ=";
      hash = "sha256-1XUWPS7GZ+V9iHRGuNGpFxCP0IKPdMIUt3rLLsD4yQ8=";
    };
  };

@@ -291,7 +291,7 @@ stdenv.mkDerivation rec {
    inherit sources;
    updateScript = callPackage ./update.nix {
      inherit pname version meta;
      baseUrl = "https://cdn.mullvad.net/browser/";
      baseUrl = "https://dist.torproject.org/mullvadbrowser/";
      name = "mullvad-browser";
    };
  };