Merge pull request #143426 from prusnak/tor-21.05

[21.05] tor: 0.4.5.10 -> 0.4.5.11
This commit is contained in:
Pavol Rusnak 2021-10-31 13:54:57 +01:00 committed by GitHub
commit 7bb26f4abc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,11 +30,11 @@ let
in
stdenv.mkDerivation rec {
pname = "tor";
version = "0.4.5.10";
version = "0.4.5.11";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "0hq7q32bxrby3xw1c38xyy59p9gw9pmk5b2hdxffdd7jz0i25qwg";
sha256 = "1vhv2344nzl8qrygrz8vl5jd4h61zlc9wfsijk0rn3ylbrvw9620";
};
outputs = [ "out" "geoip" ];