Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

mullvad-browser: 13.0.6 -> 13.0.7

https://github.com/mullvad/mullvad-browser/releases/tag/13.0.7
(cherry picked from commit 9a4106e62ca33c9f6b5c2906300a683a73da5ce6)

authored by Felix Schröter and committed by github-actions[bot] ba2d866e a18c608a

Changed files
+2 -2
pkgs
applications
networking
browsers
mullvad-browser
+2 -2
pkgs/applications/networking/browsers/mullvad-browser/default.nix
··· 89 89 ++ lib.optionals mediaSupport [ ffmpeg ] 90 90 ); 91 91 92 - version = "13.0.6"; 92 + version = "13.0.7"; 93 93 94 94 sources = { 95 95 x86_64-linux = fetchurl { ··· 101 101 "https://tor.eff.org/dist/mullvadbrowser/${version}/mullvad-browser-linux-x86_64-${version}.tar.xz" 102 102 "https://tor.calyxinstitute.org/dist/mullvadbrowser/${version}/mullvad-browser-linux-x86_64-${version}.tar.xz" 103 103 ]; 104 - hash = "sha256-+CLMAXdyqp0HLe68lzp7p54n2HGZQPwZGckwVxOg4Pw="; 104 + hash = "sha256-8x0Qa+NasMq1JdrVnCWlCyPb+5UpJXK1VLFoY9lx+8Q="; 105 105 }; 106 106 }; 107 107