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

tor: 0.4.8.4 -> 0.4.8.5
This commit is contained in:
Pavol Rusnak 2023-09-11 20:52:36 +02:00 committed by GitHub
commit 5c0faf014f
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.8.4";
version = "0.4.8.5";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "sha256-CcHOdKJfw7SMgf8UbL0N1TjLu4/k4pZPwvsrGS9qHSs=";
sha256 = "sha256-aVfP0Uop7udVXFL4OHpG8s4vX+fa35NUfxvHSxZX4Rk=";
};
outputs = [ "out" "geoip" ];