diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-10-01 03:36:09 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-10-01 18:17:26 +0000 |
| commit | e4537e177545036327ee84cb5a3868a84269a5a5 (patch) | |
| tree | 8da9cb0656aa5ded9d61544f441fb627701d71fd | |
| parent | Merge #257844: thunderbird*: 115.2.3 -> 115.3.0 (diff) | |
| download | nixpkgs-e4537e177545036327ee84cb5a3868a84269a5a5.tar.gz | |
tor: 0.4.8.6 -> 0.4.8.7
(cherry picked from commit 1ab8064141165c8fb55369715b0219463e411bad)
| -rw-r--r-- | pkgs/tools/security/tor/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/tor/default.nix b/pkgs/tools/security/tor/default.nix index d15f5e3d2c8f..a4c0fc51b644 100644 --- a/pkgs/tools/security/tor/default.nix +++ b/pkgs/tools/security/tor/default.nix @@ -30,11 +30,11 @@ let in stdenv.mkDerivation rec { pname = "tor"; - version = "0.4.8.6"; + version = "0.4.8.7"; src = fetchurl { url = "https://dist.torproject.org/${pname}-${version}.tar.gz"; - sha256 = "sha256-VS2JX8r2bHzStQ9avmO3iEsw/tJUEVvnv7kjaAc1UIg="; + sha256 = "sha256-sg0rnHTbKKAMB/CQ7lsCQbK2hPOv3szMa4AIkxxVdJE="; }; outputs = [ "out" "geoip" ]; |
