summary refs log tree commit diff
path: root/pkgs/tools/security/tor
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-01-08 21:00:22 -0600
committerWill Dietz <w@wdtz.org>2019-01-08 21:31:25 -0600
commit91859c0504718d7734231e90cd8d605af9cde167 (patch)
treece1cc2c7caa7c5650c7158109772dab9c770bdc7 /pkgs/tools/security/tor
parent2a68c2c413fb227e8676a5d1eabe3c756bd12afe (diff)
downloadnixpkgs-91859c0504718d7734231e90cd8d605af9cde167.tar
nixpkgs-91859c0504718d7734231e90cd8d605af9cde167.tar.gz
nixpkgs-91859c0504718d7734231e90cd8d605af9cde167.tar.bz2
nixpkgs-91859c0504718d7734231e90cd8d605af9cde167.tar.lz
nixpkgs-91859c0504718d7734231e90cd8d605af9cde167.tar.xz
nixpkgs-91859c0504718d7734231e90cd8d605af9cde167.tar.zst
nixpkgs-91859c0504718d7734231e90cd8d605af9cde167.zip
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" :).
Diffstat (limited to 'pkgs/tools/security/tor')
-rw-r--r--pkgs/tools/security/tor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/tor/default.nix b/pkgs/tools/security/tor/default.nix
index d43b8598c18..d78424355da 100644
--- a/pkgs/tools/security/tor/default.nix
+++ b/pkgs/tools/security/tor/default.nix
@@ -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" ];