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

mullvad-browser: 12.0.6 -> 12.0.7
This commit is contained in:
Nick Cao
2023-06-09 23:19:21 -06:00
committed by GitHub
@@ -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.