Unverified Commit d5210941 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #236848 from felschr/mullvad-browser-12.0.7

mullvad-browser: 12.0.6 -> 12.0.7
parents 90d69b16 e04c13a7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -78,12 +78,12 @@ let
      ++ lib.optionals mediaSupport [ ffmpeg ]
  );

  version = "12.0.6";
  version = "12.0.7";

  sources = {
    x86_64-linux = fetchurl {
      url = "https://cdn.mullvad.net/browser/${version}/mullvad-browser-linux64-${version}_ALL.tar.xz";
      hash = "sha256-XE6HFU38FhnikxGHRHxIGS3Z3Y2JNWH0yq2NejqbROI=";
      hash = "sha256-8TcC39A9VFyhFb+pfefzvwJqXq1yF7C2YDcbCyEa0yo=";
    };
  };

@@ -233,7 +233,7 @@ stdenv.mkDerivation rec {
    description = "Privacy-focused browser made in a collaboration between The Tor Project and Mullvad";
    homepage = "https://mullvad.net/en/browser";
    platforms = attrNames sources;
    maintainers = with maintainers; [ felschr ];
    maintainers = with maintainers; [ felschr panicgh ];
    # MPL2.0+, GPL+, &c.  While it's not entirely clear whether
    # the compound is "libre" in a strict sense (some components place certain
    # restrictions on redistribution), it's free enough for our purposes.