summary refs log tree commit diff
path: root/pkgs/tools/security/tor
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2018-06-12 22:19:27 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2018-06-12 22:33:33 +0200
commite701948f5a3bfc4cc389ece5fcc2d25d3aec983a (patch)
treeb148cf299d4b8a3ad4f248c6303bfc6ae7eda044 /pkgs/tools/security/tor
parenta7a53d0feabacfd28c3bc9afac2f6f24e0d5cd1f (diff)
downloadnixpkgs-e701948f5a3bfc4cc389ece5fcc2d25d3aec983a.tar
nixpkgs-e701948f5a3bfc4cc389ece5fcc2d25d3aec983a.tar.gz
nixpkgs-e701948f5a3bfc4cc389ece5fcc2d25d3aec983a.tar.bz2
nixpkgs-e701948f5a3bfc4cc389ece5fcc2d25d3aec983a.tar.lz
nixpkgs-e701948f5a3bfc4cc389ece5fcc2d25d3aec983a.tar.xz
nixpkgs-e701948f5a3bfc4cc389ece5fcc2d25d3aec983a.tar.zst
nixpkgs-e701948f5a3bfc4cc389ece5fcc2d25d3aec983a.zip
tor: 0.3.3.6 -> 0.3.3.7
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 795925a221c..3efba58ea11 100644
--- a/pkgs/tools/security/tor/default.nix
+++ b/pkgs/tools/security/tor/default.nix
@@ -15,11 +15,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "tor-0.3.3.6";
+  name = "tor-0.3.3.7";
 
   src = fetchurl {
     url = "https://dist.torproject.org/${name}.tar.gz";
-    sha256 = "1drk2h8zd05xrfpx7xn77pcxz0hs4nrq6figw56qk5gkvgv5kg4r";
+    sha256 = "036ybfvldj7yfci9ipjki8smpzyxdg8c5r12bghc9yxdqh9basza";
   };
 
   outputs = [ "out" "geoip" ];