tor: 0.4.8.5 -> 0.4.8.6

This commit is contained in:
R. Ryantm 2023-09-21 21:30:29 +00:00
parent e12483116b
commit 245f904397

View File

@ -30,11 +30,11 @@ let
in
stdenv.mkDerivation rec {
pname = "tor";
version = "0.4.8.5";
version = "0.4.8.6";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "sha256-aVfP0Uop7udVXFL4OHpG8s4vX+fa35NUfxvHSxZX4Rk=";
sha256 = "sha256-VS2JX8r2bHzStQ9avmO3iEsw/tJUEVvnv7kjaAc1UIg=";
};
outputs = [ "out" "geoip" ];