tor: 0.2.8.7 -> 0.2.8.8

Fixes two crashing bugs, nothing else of note.
This commit is contained in:
Joachim Fasting 2016-09-24 15:46:49 +02:00
parent b3d7eae0d6
commit f0c85376b2
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.7";
name = "tor-0.2.8.8";
src = fetchurl {
url = "https://archive.torproject.org/tor-package-archive/${name}.tar.gz";
sha256 = "1iigfi8ljl88s8b5y1g4ak8im57simazscl467zvfbg8k6vf4i5f";
sha256 = "1pp3h0a1cl25fv04b3j6wp8aw1sfpbd2lmag397dpp2k2b305bxi";
};
nativeBuildInputs = [ pkgconfig ];