tor: 0.3.0.7 -> 0.3.0.8

Of particular note are fixes for hidden service crashing bugs
(TROVE-2017-004 and TROVE-2017-005).

See https://blog.torproject.org/blog/tor-0308-released-fix-hidden-services-also-are-02429-02514-02612-0278-02814-and-02911
This commit is contained in:
Joachim Fasting 2017-06-09 00:36:53 +02:00
parent ffdfa662fc
commit 8e706b051e
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.3.0.7";
name = "tor-0.3.0.8";
src = fetchurl {
url = "https://dist.torproject.org/${name}.tar.gz";
sha256 = "00kxa83bn0axh7479fynp6r8znq5wy26kvb8ghixgjpkir2c8h4n";
sha256 = "0j0dhq1zp6w6zy7y4kiw7zg1imbgv8nsl7imlzwc0951p2kknfk6";
};
outputs = [ "out" "geoip" ];