tor: 0.4.8.10 -> 0.4.8.11

This commit is contained in:
R. Ryantm 2024-04-11 11:23:12 +00:00
parent c81c241415
commit ee187195cc
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.8.10";
version = "0.4.8.11";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "sha256-5ii0+rcO20cncVsjzykxN1qfdoWsCPLFnqSYoXhGOoY=";
sha256 = "sha256-jyvfkOYzgHgSNap9YE4VlXDyg+zuZ0Zwhz2LtwUsjgc=";
};
outputs = [ "out" "geoip" ];