We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9d8a4b + 88929ad commit 79dab6bCopy full SHA for 79dab6b
pkgs/by-name/mu/mullvad-browser/package.nix
@@ -97,7 +97,7 @@ let
97
++ lib.optionals mediaSupport [ ffmpeg ]
98
);
99
100
- version = "14.0.5";
+ version = "14.0.7";
101
102
sources = {
103
x86_64-linux = fetchurl {
@@ -109,7 +109,7 @@ let
109
"https://tor.eff.org/dist/mullvadbrowser/${version}/mullvad-browser-linux-x86_64-${version}.tar.xz"
110
"https://tor.calyxinstitute.org/dist/mullvadbrowser/${version}/mullvad-browser-linux-x86_64-${version}.tar.xz"
111
];
112
- hash = "sha256-y98IzCnojbBDDj6PcbxtTPwfHA4wZpw6g1qtmSgkpFA=";
+ hash = "sha256-PgNZR0Bh5l3y6Vwd8BPuz9Dm0MSp6T2io4Yjmy/cPH0=";
113
};
114
115
0 commit comments