tor-browser: 13.0.14 -> 13.0.15

https://blog.torproject.org/new-release-tor-browser-13015/

authored by Felix Schröter and committed by Yaya 60e86e1b 6c9a72cd

+3 -3
+3 -3
pkgs/applications/networking/browsers/tor-browser/default.nix
··· 101 ++ lib.optionals mediaSupport [ ffmpeg ] 102 ); 103 104 - version = "13.0.14"; 105 106 sources = { 107 x86_64-linux = fetchurl { ··· 111 "https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz" 112 "https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz" 113 ]; 114 - hash = "sha256-UWR2zMVXa6QMz1EIWJf43Vmj14ZIaug105esxeSd0KU="; 115 }; 116 117 i686-linux = fetchurl { ··· 121 "https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz" 122 "https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz" 123 ]; 124 - hash = "sha256-n+qj3IY4z+erOg4iUkQ4CP3rtJASTeKPg7beZRdesw4="; 125 }; 126 }; 127
··· 101 ++ lib.optionals mediaSupport [ ffmpeg ] 102 ); 103 104 + version = "13.0.15"; 105 106 sources = { 107 x86_64-linux = fetchurl { ··· 111 "https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz" 112 "https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz" 113 ]; 114 + hash = "sha256-e2YFrPzle9s/j3+uxFjoK538pLV1u1a4kD6V8RaqpOU="; 115 }; 116 117 i686-linux = fetchurl { ··· 121 "https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz" 122 "https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz" 123 ]; 124 + hash = "sha256-20C4UuSN2PZ2L3AZv7klNClD4RoThpmnKrpoK9An24w="; 125 }; 126 }; 127