From 2bafc080b4523229db296bf125dfed4fc1958859 Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Mon, 23 Aug 2021 19:43:53 +0100 Subject: [PATCH] tor: 0.4.5.9 -> 0.4.5.10 --- pkgs/tools/security/tor/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/tor/default.nix b/pkgs/tools/security/tor/default.nix index f2ad0d4ba96..f00e0c817a3 100644 --- a/pkgs/tools/security/tor/default.nix +++ b/pkgs/tools/security/tor/default.nix @@ -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" ];