Skip to content

Commit

Permalink
tor-browser-bundle-bin: 10.0.15 -> 10.0.16
Browse files Browse the repository at this point in the history
(cherry picked from commit 9c39fef)
  • Loading branch information
FliegendeWurst authored and Ma27 committed Apr 21, 2021
1 parent d202d4e commit 5c0e6a8
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -88,19 +88,19 @@ let
fteLibPath = makeLibraryPath [ stdenv.cc.cc gmp ];

# Upstream source
version = "10.0.15";
version = "10.0.16";

lang = "en-US";

srcs = {
x86_64-linux = fetchurl {
url = "https://dist.torproject.org/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz";
sha256 = "1ah69jmfgik063f9gkvyv9d4k706pqihmzc4k7cc95zyd17v8wrs";
sha256 = "07h2gd6cwwq17lrwjpfah1xvr8ny8700qvi971qacrr7ssicw2pw";
};

i686-linux = fetchurl {
url = "https://dist.torproject.org/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz";
sha256 = "0gyhxfs4qpg6ys038d52cxnmb4khbng1w4hcsavi2rlgv18bz75p";
sha256 = "145kniiby5nnd0ll3v2gggzxz52bqbrdp72hvh96i8qnzi0fq25a";
};
};
in
Expand Down

0 comments on commit 5c0e6a8

Please sign in to comment.