mullvad-browser: 15.0.3 -> 15.0.4

Release announcement: github.com/mullvad/mullvad-browser/releases/tag/15.0.4
Corresponding Firefox ESR: https://www.firefox.com/en-US/firefox/140.7.0/releasenotes/
This commit is contained in:
whispers
2026-01-13 07:49:23 -05:00
parent 055d825193
commit c1627b7940
+2 -2
View File
@@ -97,7 +97,7 @@ let
++ lib.optionals mediaSupport [ ffmpeg_7 ]
);
version = "15.0.3";
version = "15.0.4";
sources = {
x86_64-linux = fetchurl {
@@ -109,7 +109,7 @@ let
"https://tor.eff.org/dist/mullvadbrowser/${version}/mullvad-browser-linux-x86_64-${version}.tar.xz"
"https://tor.calyxinstitute.org/dist/mullvadbrowser/${version}/mullvad-browser-linux-x86_64-${version}.tar.xz"
];
hash = "sha256-qrjKGaS4GYp8C4LzElbN9/+v5MYKsVRHaZDsBZe2Bcs=";
hash = "sha256-l41Sn69hvQXwb13T1o6ukIWOxpXuARA+J8+QjNh+bdo=";
};
};