diff options
| author | Felix Schröter <dev@felschr.com> | 2024-09-04 19:13:36 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-09-05 12:42:52 +0000 |
| commit | 139ce176e0e5f4536d7f94099d964fcd523a4194 (patch) | |
| tree | ecfc026d0eb98565f346615e5c0eb4212f65e171 | |
| parent | tor-browser: 13.5.2 -> 13.5.3 (diff) | |
| download | nixpkgs-139ce176e0e5f4536d7f94099d964fcd523a4194.tar.gz | |
mullvad-browser: 13.5.2 -> 13.5.3
https://github.com/mullvad/mullvad-browser/releases/tag/13.5.3
(cherry picked from commit 83fd501d7bad57b8235f294c9fb2ff07d7f7317b)
| -rw-r--r-- | pkgs/by-name/mu/mullvad-browser/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/mu/mullvad-browser/package.nix b/pkgs/by-name/mu/mullvad-browser/package.nix index 876cf96d5077..42cb084e0588 100644 --- a/pkgs/by-name/mu/mullvad-browser/package.nix +++ b/pkgs/by-name/mu/mullvad-browser/package.nix @@ -90,7 +90,7 @@ let ++ lib.optionals mediaSupport [ ffmpeg ] ); - version = "13.5.2"; + version = "13.5.3"; sources = { x86_64-linux = fetchurl { @@ -102,7 +102,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-CXcaJLgG448tjTlOcxGwT/w1qWaokpVXbBZ6cLxWcNc="; + hash = "sha256-rJKOkVfWs5q3eF+ffeBLIQaAMtoR7KzoNQlv64iNWJ8="; }; }; |
