Skip to content

Commit

Permalink
tor-browser-bundle-bin: 10.0.4 → 10.0.5
Browse files Browse the repository at this point in the history
(cherry picked from commit 53dbd00)
  • Loading branch information
chkno authored and Ma27 committed Nov 26, 2020
1 parent c929398 commit 7401ac6
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -91,19 +91,19 @@ let
fteLibPath = makeLibraryPath [ stdenv.cc.cc gmp ];

# Upstream source
version = "10.0.4";
version = "10.0.5";

lang = "en-US";

srcs = {
x86_64-linux = fetchurl {
url = "https://dist.torproject.org/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz";
sha256 = "sha256-2Ye1+mhFnkZnAYQXgKZ5YIOiIVaiunTCyCOM+ZExw2I==";
sha256 = "1cxh39x69m4lgqin5k5p67gs9g26w7cnlbdpjqi8dw47y0bpr9xw";
};

i686-linux = fetchurl {
url = "https://dist.torproject.org/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz";
sha256 = "sha256-B0WGkIt8KDtma/WGyenQ04ctKE7AantUtYnwsjAZZb0=";
sha256 = "1cyg5ic7mrj6x1gxw5w609933d9ripa5b5gxyqnvnxfa23dkh608";
};
};
in
Expand Down

0 comments on commit 7401ac6

Please sign in to comment.