tor: 0.3.2.10 -> 0.3.3.6

First stable release in the 0.3.3.x series
This commit is contained in:
Joachim Fasting 2018-05-23 21:47:19 +02:00
parent c75975434e
commit 1c14927d69
No known key found for this signature in database
GPG Key ID: 5C204DF675C90294

View File

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