Skip to content

Commit

Permalink
mullvad-browser: 14.0.4 -> 14.0.5 (#380471)
Browse files Browse the repository at this point in the history
  • Loading branch information
felschr authored Feb 9, 2025
2 parents 2908958 + 99f966f commit b23e739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/mu/mullvad-browser/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ let
++ lib.optionals mediaSupport [ ffmpeg ]
);

version = "14.0.4";
version = "14.0.5";

sources = {
x86_64-linux = fetchurl {
Expand All @@ -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-Y1miKLvVagEVyMeDyGMuk2iYqT3d6f9nxm39RGPPzDM=";
hash = "sha256-y98IzCnojbBDDj6PcbxtTPwfHA4wZpw6g1qtmSgkpFA=";
};
};

Expand Down Expand Up @@ -262,7 +262,7 @@ stdenv.mkDerivation rec {
# Easier access to docs
mkdir -p $out/share/doc
ln -s $MB_IN_STORE/Data/Docs $out/share/doc/mullvad-browser
ln -s $MB_IN_STORE/MullvadBrowser/Docs $out/share/doc/mullvad-browser
# Install icons
for i in 16 32 48 64 128; do
Expand Down

0 comments on commit b23e739

Please sign in to comment.