From d06bf820ea50c72854395231fa64fab99e91f9c2 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sat, 3 Dec 2016 03:12:56 +0100 Subject: [PATCH] tor: 0.2.8.9 -> 0.2.8.10 Per upstream, this contains primarily stability & performance fixes. Notably, the relase fixes a bug that would sometimes make clients unusable after leaving standby mode, as well as plugging a memory leak. --- pkgs/tools/security/tor/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/tor/default.nix b/pkgs/tools/security/tor/default.nix index 8fbf35caf1d2..46b85aefca5f 100644 --- a/pkgs/tools/security/tor/default.nix +++ b/pkgs/tools/security/tor/default.nix @@ -3,11 +3,11 @@ }: stdenv.mkDerivation rec { - name = "tor-0.2.8.9"; + name = "tor-0.2.8.10"; src = fetchurl { url = "https://archive.torproject.org/tor-package-archive/${name}.tar.gz"; - sha256 = "3f5c273bb887be4aff11f4d99b9e2e52d293b81ff4f6302b730161ff16dc5316"; + sha256 = "0kcw9hq4xz8p91xwyhjfry5p1dmn7vvnhpfz66vl9gsfndbqr2y8"; }; nativeBuildInputs = [ pkgconfig ];