tor: 0.3.1.7 -> 0.3.1.8

Quoth the release notes:

> It includes several bugfixes, including a bugfix for a crash issue that
had affected relays under memory pressure. It also adds a new directory
authority, Bastet.
This commit is contained in:
Joachim Fasting 2017-10-26 22:01:11 +02:00
parent 79aa720020
commit 5a64e446ff
No known key found for this signature in database
GPG key ID: 6F93BCF559339360

View file

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "tor-0.3.1.7";
name = "tor-0.3.1.8";
src = fetchurl {
url = "https://dist.torproject.org/${name}.tar.gz";
sha256 = "13y0v4zfla0vziy9kkahmhrwylv32ianjikcr46mwbxvji4dvx8x";
sha256 = "18dinpj03d036rashlad16lv7j2hba8gg742z07l37x5c242kxkx";
};
outputs = [ "out" "geoip" ];