Skip to content

Commit 3cb4728

Browse files
committedJul 4, 2017
tor-browser-bundle-bin: 7.0.1 -> 7.0.2
(cherry picked from commit 92524eb)
1 parent 8cbf5d1 commit 3cb4728

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/networking/browsers/torbrowser

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/networking/browsers/torbrowser/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ let
8181
fteLibPath = makeLibraryPath [ stdenv.cc.cc gmp ];
8282

8383
# Upstream source
84-
version = "7.0.1";
84+
version = "7.0.2";
8585

8686
lang = "en-US";
8787

@@ -91,15 +91,15 @@ let
9191
"https://github.com/TheTorProject/gettorbrowser/releases/download/v${version}/tor-browser-linux64-${version}_${lang}.tar.xz"
9292
"https://dist.torproject.org/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz"
9393
];
94-
sha256 = "1zmczf1bpbd85zcrs5qw91d1xmplikbna5xs053jnjl6pbbq1fs9";
94+
sha256 = "0xdw8mvyxz9vaxikzsj4ygzp36m4jfhvhqfiyaiiywpf39rqpkqr";
9595
};
9696

9797
"i686-linux" = fetchurl {
9898
urls = [
9999
"https://github.com/TheTorProject/gettorbrowser/releases/download/v${version}/tor-browser-linux32-${version}_${lang}.tar.xz"
100100
"https://dist.torproject.org/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz"
101101
];
102-
sha256 = "0mdlgmqkryg0i55jgf3x1nnjni0x45g1xcjwsfacsck3m70v4flq";
102+
sha256 = "0m522i8zih5sj18dyzk9im7gmpmrbf96657v38m3pxn4ci38b83z";
103103
};
104104
};
105105
in

0 commit comments

Comments
 (0)
Please sign in to comment.