lol

tor-browser: 14.5.5 -> 14.5.6 (#435144)

authored by

Matteo Pacini and committed by
GitHub
12361272 16263d3c

+6 -5
+6 -5
pkgs/by-name/to/tor-browser/package.nix
··· 111 111 ++ lib.optionals mediaSupport [ ffmpeg ] 112 112 ); 113 113 114 - version = "14.5.5"; 114 + version = "14.5.6"; 115 115 116 116 sources = { 117 117 x86_64-linux = fetchurl { ··· 121 121 "https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz" 122 122 "https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz" 123 123 ]; 124 - hash = "sha256-rJGhgSSktaeH7KSOtf1KjJbrl/m4sdz+9UdjUN9ovz0="; 124 + hash = "sha256-GRLCWCCPixclqdk4UijfHqyDAJjx4eiMM7IwePSCZMI="; 125 125 }; 126 126 127 127 i686-linux = fetchurl { ··· 131 131 "https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz" 132 132 "https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz" 133 133 ]; 134 - hash = "sha256-mvlx817/vLi4QyA0aSPyAuWSBfMLjfkFG9Zse9rmSzw="; 134 + hash = "sha256-dhRPuMwtxzgA8DJdwct9oNjEOftFSS9Z9wP908wcwIw="; 135 135 }; 136 136 }; 137 137 ··· 364 364 changelog = "https://gitweb.torproject.org/builders/tor-browser-build.git/plain/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt?h=maint-${version}"; 365 365 platforms = lib.attrNames sources; 366 366 maintainers = with lib.maintainers; [ 367 + c4patino 367 368 felschr 369 + hax404 370 + joachifm 368 371 panicgh 369 - joachifm 370 - hax404 371 372 ]; 372 373 # MPL2.0+, GPL+, &c. While it's not entirely clear whether 373 374 # the compound is "libre" in a strict sense (some components place certain