Update to tor 0.2.6.7
This commit is contained in:
parent
85c48934bc
commit
49d9476608
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, libevent, openssl, zlib, torsocks }:
|
{ stdenv, fetchurl, libevent, openssl, zlib, torsocks }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tor-0.2.5.12";
|
name = "tor-0.2.6.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://archive.torproject.org/tor-package-archive/${name}.tar.gz";
|
url = "https://archive.torproject.org/tor-package-archive/${name}.tar.gz";
|
||||||
sha256 = "0j9byw3i2b7ji88vsqwmsxxg2nlxwkk45k5qbc1y7hdlzvzxl3sm";
|
sha256 = "0v4yp29cxzb4zjpbqg97vs8q3qnhmk05wn9xilmb5l9faj5fhawc";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Note: torsocks is specified as a dependency, as the distributed
|
# Note: torsocks is specified as a dependency, as the distributed
|
||||||
|
|
Loading…
Reference in a new issue