summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Double <chris.double@double.co.nz>2015-05-19 14:19:15 +1200
committerChris Double <chris.double@double.co.nz>2015-05-19 14:19:15 +1200
commit49d9476608144f9657632b27ac99a9a64d5892ed (patch)
treedbbe3099c5227ffd106284db2eaf6e83dea41743
parent85c48934bcba36a7531db1c657781ff2d64967d5 (diff)
downloadnixpkgs-49d9476608144f9657632b27ac99a9a64d5892ed.tar
nixpkgs-49d9476608144f9657632b27ac99a9a64d5892ed.tar.gz
nixpkgs-49d9476608144f9657632b27ac99a9a64d5892ed.tar.bz2
nixpkgs-49d9476608144f9657632b27ac99a9a64d5892ed.tar.lz
nixpkgs-49d9476608144f9657632b27ac99a9a64d5892ed.tar.xz
nixpkgs-49d9476608144f9657632b27ac99a9a64d5892ed.tar.zst
nixpkgs-49d9476608144f9657632b27ac99a9a64d5892ed.zip
Update to tor 0.2.6.7
-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 603dd05fc65..3e7d5e0e920 100644
--- a/pkgs/tools/security/tor/default.nix
+++ b/pkgs/tools/security/tor/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, libevent, openssl, zlib, torsocks }:
 
 stdenv.mkDerivation rec {
-  name = "tor-0.2.5.12";
+  name = "tor-0.2.6.7";
 
   src = fetchurl {
     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