Merge pull request #303332 from r-ryantm/auto-update/tor

tor: 0.4.8.10 -> 0.4.8.11
This commit is contained in:
Pavol Rusnak 2024-04-11 15:39:13 +02:00 committed by GitHub
commit f1a819d270
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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" ];