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

tor: 0.4.7.14 -> 0.4.8.4
This commit is contained in:
Pavol Rusnak 2023-08-24 22:37:16 +02:00 committed by GitHub
commit 215bb5e069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,11 +30,11 @@ let
in
stdenv.mkDerivation rec {
pname = "tor";
version = "0.4.7.14";
version = "0.4.8.4";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "sha256-paxn9kZjgPwF6AQ9AcWB5Oiisi/glDABNHPnEGXmXfg=";
sha256 = "sha256-CcHOdKJfw7SMgf8UbL0N1TjLu4/k4pZPwvsrGS9qHSs=";
};
outputs = [ "out" "geoip" ];