Merge pull request #49652 from dtzWill/update/tor-0.3.4.9

tor: 0.3.4.8 -> 0.3.4.9
This commit is contained in:
Joachim F 2018-11-03 12:27:19 +00:00 committed by GitHub
commit 0e76e1320c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,11 +14,11 @@
}:
stdenv.mkDerivation rec {
name = "tor-0.3.4.8";
name = "tor-0.3.4.9";
src = fetchurl {
url = "https://dist.torproject.org/${name}.tar.gz";
sha256 = "08qhzcmzxp5xr2l5721vagksqnnbrzzzy5hmz5y9r8lrq2r4qsl2";
sha256 = "0jhnvnp08hsfrzgsvg5xnfxyaw3nzgg9h24cwbwnz6iby20i05qs";
};
outputs = [ "out" "geoip" ];