tor: 0.3.0.10 -> 0.3.1.7

This commit is contained in:
Joachim Fasting 2017-09-19 01:56:13 +02:00
parent 3920a44628
commit 1ee60e98e2
No known key found for this signature in database
GPG Key ID: 66EAB6B14F6B6E0D

View File

@ -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" ];