tor: 0.4.7.8 -> 0.4.7.10 (#190647)

This commit is contained in:
R. RyanTM 2022-09-10 10:55:45 -07:00 committed by GitHub
parent cc36652f8d
commit eaba40695e
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.7.8";
version = "0.4.7.10";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "sha256-nppcZ60qzdXw+L4U7Vkf7QdrFwir+DRAZpkKD6Zv4ZU=";
sha256 = "sha256-ZH5W36Weo22rBSAn/Px2Y5BcgmwDUJNjxFaQDs1DWls=";
};
outputs = [ "out" "geoip" ];