Skip to content

Commit

Permalink
tor: 0.3.0.10 -> 0.3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
joachifm committed Sep 19, 2017
1 parent 3920a44 commit 1ee60e9
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.0.10";
name = "tor-0.3.1.7";

src = fetchurl {
url = "https://dist.torproject.org/${name}.tar.gz";
sha256 = "1cas30wk4bhcivi6l9dj7wwlz6pc2jj883x1vijax3b8l54nx3ls";
sha256 = "13y0v4zfla0vziy9kkahmhrwylv32ianjikcr46mwbxvji4dvx8x";
};

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

0 comments on commit 1ee60e9

Please sign in to comment.