lol

tor-browser: 14.5.2 -> 14.5.3 (#412153)

authored by

Felix Schröter and committed by
GitHub
cd0d50f7 550eba04

+3 -3
+3 -3
pkgs/by-name/to/tor-browser/package.nix
··· 109 109 ++ lib.optionals mediaSupport [ ffmpeg ] 110 110 ); 111 111 112 - version = "14.5.2"; 112 + version = "14.5.3"; 113 113 114 114 sources = { 115 115 x86_64-linux = fetchurl { ··· 119 119 "https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz" 120 120 "https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz" 121 121 ]; 122 - hash = "sha256-ZvNje6LtrjS8gURyp38eLzPD7ji2DlOkkphW4KBmus0="; 122 + hash = "sha256-1MgXLdoRrmwFAG2JtkCUa2NQ/H3Xxd9+2jbV+fRRVXA="; 123 123 }; 124 124 125 125 i686-linux = fetchurl { ··· 129 129 "https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz" 130 130 "https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz" 131 131 ]; 132 - hash = "sha256-+Dt1uDZeUV65jbJ5pYv8v/P8UxTy37cHjIqmPd8SuGg="; 132 + hash = "sha256-T6BdLhEXYzo3zIJZ2aREjAWmIRDV/xtVhVvkDUozoo4="; 133 133 }; 134 134 }; 135 135