tor: 0.3.4.9 -> 0.3.4.10

https://lists.torproject.org/pipermail/tor-announce/2019-January/000171.html

FWIW, in the ChangeLog (in the source, sorry) it mentions:

  As a reminder, the Tor 0.3.4 series will be supported until 10 June
  2019. Some time between now and then, users should switch to the Tor
  0.3.5 series, which will receive long-term support until at least 1
  Feb 2022.

So we should consider moving to 0.3.5 "soon" :).
This commit is contained in:
Will Dietz 2019-01-08 21:00:22 -06:00
parent 2a68c2c413
commit 91859c0504

View file

@ -14,11 +14,11 @@
}:
stdenv.mkDerivation rec {
name = "tor-0.3.4.9";
name = "tor-0.3.4.10";
src = fetchurl {
url = "https://dist.torproject.org/${name}.tar.gz";
sha256 = "0jhnvnp08hsfrzgsvg5xnfxyaw3nzgg9h24cwbwnz6iby20i05qs";
sha256 = "12i51i6swkdpnbcpa6f1csc00q177sbjnw2x31j53glxshmwpv5d";
};
outputs = [ "out" "geoip" ];