Skip to content

Commit

Permalink
tor: 0.3.2.9 -> 0.3.2.10
Browse files Browse the repository at this point in the history
Contains fixes for TROVE-2018-001, TROVE-2018-002, TROVE-2018-003, and
TROVE-2018-004.
  • Loading branch information
joachifm committed Mar 4, 2018
1 parent 2069a2a commit e4581f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/tor/default.nix
Expand Up @@ -3,11 +3,11 @@
}:

stdenv.mkDerivation rec {
name = "tor-0.3.2.9";
name = "tor-0.3.2.10";

src = fetchurl {
url = "https://dist.torproject.org/${name}.tar.gz";
sha256 = "03qn55c969zynnx71r82iaqnadpzq0qclq0zmjhb3n4qma8pnnj3";
sha256 = "1vnb2wkcmm8rnz0fqi3k7arl60mpycs8rjn8hvbgv56g3p1pgpv0";
};

outputs = [ "out" "geoip" ];
Expand Down

0 comments on commit e4581f0

Please sign in to comment.