Merge pull request #128791 from alyssais/tor

tor: 0.4.5.7 -> 0.4.6.6
This commit is contained in:
Sandro 2021-07-01 00:55:25 +02:00 committed by GitHub
commit b7b89cb6d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,11 +30,11 @@ let
in
stdenv.mkDerivation rec {
pname = "tor";
version = "0.4.5.7";
version = "0.4.6.6";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "0x7hhl0svfc4yh9xvq7kkzgmwjcw1ak9i0794wjg4biy2fmclzs4";
sha256 = "04ifi18cj4cw5lhfzgfrrc42j7qqdmbvxq24xlhj0dsmljdih8rl";
};
outputs = [ "out" "geoip" ];