lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

mullvad-browser: 14.5.6 -> 14.5.7 (#443870)

authored by

Felix Schröter and committed by
GitHub
6104254f 83775d67

+2 -2
+2 -2
pkgs/by-name/mu/mullvad-browser/package.nix
··· 97 97 ++ lib.optionals mediaSupport [ ffmpeg ] 98 98 ); 99 99 100 - version = "14.5.6"; 100 + version = "14.5.7"; 101 101 102 102 sources = { 103 103 x86_64-linux = fetchurl { ··· 109 109 "https://tor.eff.org/dist/mullvadbrowser/${version}/mullvad-browser-linux-x86_64-${version}.tar.xz" 110 110 "https://tor.calyxinstitute.org/dist/mullvadbrowser/${version}/mullvad-browser-linux-x86_64-${version}.tar.xz" 111 111 ]; 112 - hash = "sha256-oUbeteUlgQIzRezEQy9APDtXWX8RuOCtUXQAWlzqkyM="; 112 + hash = "sha256-/PR0CDQByiUWlU5lP8QlJ7IQUWiXGTwrZbn9Cbe5xEg="; 113 113 }; 114 114 }; 115 115