tor: 0.4.5.7 -> 0.4.5.9

This commit is contained in:
Robert Scott 2021-08-08 18:29:32 +01:00
parent 90a001a7b8
commit 08252a1cc4
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.7";
version = "0.4.5.9";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "0x7hhl0svfc4yh9xvq7kkzgmwjcw1ak9i0794wjg4biy2fmclzs4";
sha256 = "0mh8yz6l7sl6kh9max76nk6rhlsq2lhwwvpiwlwnrlif21bf817k";
};
outputs = [ "out" "geoip" ];