Unverified Commit 0a2e0611 authored by Joachim Fasting's avatar Joachim Fasting
Browse files

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.

(cherry picked from commit 5a64e446)
parent 3f571a94
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];