Merge pull request #6972 from doublec/tor

Update Tor and Tor Browser
This commit is contained in:
William A. Kennington III 2015-03-24 19:19:30 -07:00
commit 740089d2e3
2 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, libevent, openssl, zlib, torsocks }:
stdenv.mkDerivation rec {
name = "tor-0.2.5.10";
name = "tor-0.2.5.11";
src = fetchurl {
url = "https://archive.torproject.org/tor-package-archive/${name}.tar.gz";
sha256 = "0fx8qnwh2f8ykfx0np4hyznjfi4xfy96z59pk96y3zyjvjjh5pdk";
sha256 = "0sb7ai8r9c0nvdagjrbfqpri6x4njfxv954fxrjv46rzkkpgmq5f";
};
# Note: torsocks is specified as a dependency, as the distributed

View File

@ -20,13 +20,13 @@ let
in stdenv.mkDerivation rec {
name = "tor-browser-${version}";
version = "4.0.4";
version = "4.0.5";
src = fetchurl {
url = "https://archive.torproject.org/tor-package-archive/torbrowser/${version}/tor-browser-linux${bits}-${version}_en-US.tar.xz";
sha256 = if bits == "64" then
"0f0a07905daaf714322bc54cf25ed0e3b8ef91aeb937ab0df2d39010c9ee7b82" else
"f527b85a057ae402fa1dc84e6c175071e6448300cd2ebdd0d50494e1dd605185";
"0w1vq2fvk0ik503vz02znk80ywpnsybx0sc6906q7sbk3i7ggxp1" else
"1yljz43kyl6pmri1xnxmfxh6nphczvwgbrdgdsimc05zsfbrh363";
};
patchPhase = ''