mullvad-browser: add additional source url

This commit is contained in:
Felix Schröter 2023-08-04 11:47:19 +02:00
parent 3e36ea62d7
commit 619b7ef2e8
No known key found for this signature in database
GPG Key ID: 671E39E6744C807D

View File

@ -82,7 +82,10 @@ let
sources = {
x86_64-linux = fetchurl {
url = "https://cdn.mullvad.net/browser/${version}/mullvad-browser-linux64-${version}_ALL.tar.xz";
urls = [
"https://cdn.mullvad.net/browser/${version}/mullvad-browser-linux64-${version}_ALL.tar.xz"
"https://github.com/mullvad/mullvad-browser/releases/download/${version}/mullvad-browser-linux64-${version}_ALL.tar.xz"
];
hash = "sha256-yG22oyTDb7i1OnM7L9uOSaMhDytONAxE68Tg5XQSYq4=";
};
};