Merge pull request #135466 from risicle/ris-tor-0.4.5.10-r21.05

[21.05] tor: 0.4.5.9 -> 0.4.5.10
This commit is contained in:
Pavol Rusnak 2021-08-23 22:28:12 +02:00 committed by GitHub
commit c85312506e
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.9";
version = "0.4.5.10";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "0mh8yz6l7sl6kh9max76nk6rhlsq2lhwwvpiwlwnrlif21bf817k";
sha256 = "0hq7q32bxrby3xw1c38xyy59p9gw9pmk5b2hdxffdd7jz0i25qwg";
};
outputs = [ "out" "geoip" ];