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.
This commit is contained in:
Joachim Fasting 2016-12-03 03:12:56 +01:00
parent 1f9cbcd21d
commit d06bf820ea
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -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 ];