Merge pull request #236848 from felschr/mullvad-browser-12.0.7
mullvad-browser: 12.0.6 -> 12.0.7
This commit is contained in:
commit
d5210941a5
1 changed files with 3 additions and 3 deletions
|
@ -78,12 +78,12 @@ let
|
||||||
++ lib.optionals mediaSupport [ ffmpeg ]
|
++ lib.optionals mediaSupport [ ffmpeg ]
|
||||||
);
|
);
|
||||||
|
|
||||||
version = "12.0.6";
|
version = "12.0.7";
|
||||||
|
|
||||||
sources = {
|
sources = {
|
||||||
x86_64-linux = fetchurl {
|
x86_64-linux = fetchurl {
|
||||||
url = "https://cdn.mullvad.net/browser/${version}/mullvad-browser-linux64-${version}_ALL.tar.xz";
|
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";
|
description = "Privacy-focused browser made in a collaboration between The Tor Project and Mullvad";
|
||||||
homepage = "https://mullvad.net/en/browser";
|
homepage = "https://mullvad.net/en/browser";
|
||||||
platforms = attrNames sources;
|
platforms = attrNames sources;
|
||||||
maintainers = with maintainers; [ felschr ];
|
maintainers = with maintainers; [ felschr panicgh ];
|
||||||
# MPL2.0+, GPL+, &c. While it's not entirely clear whether
|
# MPL2.0+, GPL+, &c. While it's not entirely clear whether
|
||||||
# the compound is "libre" in a strict sense (some components place certain
|
# the compound is "libre" in a strict sense (some components place certain
|
||||||
# restrictions on redistribution), it's free enough for our purposes.
|
# restrictions on redistribution), it's free enough for our purposes.
|
||||||
|
|
Loading…
Reference in a new issue