Merge pull request #93162 from r-ryantm/auto-update/tor

tor: 0.4.3.5 -> 0.4.3.6
This commit is contained in:
Martin Weinelt 2020-07-28 15:25:20 +02:00 committed by GitHub
commit d965a55db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "tor";
version = "0.4.3.5";
version = "0.4.3.6";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "0s6qspi102drn1nk3gfxs51x992xarc44gkfsi8y3l48wr50wsk1";
sha256 = "0qmcrkjip0ywq77232m73pjwqiaj0q2klwklqlpbw575shvhcbba";
};
outputs = [ "out" "geoip" ];