tor: 0.3.2.9 -> 0.3.2.10

Contains fixes for TROVE-2018-001, TROVE-2018-002, TROVE-2018-003, and
TROVE-2018-004.
This commit is contained in:
Joachim Fasting 2018-03-04 13:10:32 +01:00
parent 2069a2a002
commit e4581f05e4
No known key found for this signature in database
GPG Key ID: 5C204DF675C90294
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "tor-0.3.2.9";
name = "tor-0.3.2.10";
src = fetchurl {
url = "https://dist.torproject.org/${name}.tar.gz";
sha256 = "03qn55c969zynnx71r82iaqnadpzq0qclq0zmjhb3n4qma8pnnj3";
sha256 = "1vnb2wkcmm8rnz0fqi3k7arl60mpycs8rjn8hvbgv56g3p1pgpv0";
};
outputs = [ "out" "geoip" ];