tor: 0.4.9.5 -> 0.4.9.6

Release notes: https://gitlab.torproject.org/tpo/core/tor/-/raw/tor-0.4.9.6/ReleaseNotes
TROVE: https://gitlab.torproject.org/tpo/core/team/-/wikis/NetworkTeam/TROVE

This release fixes two security issues: TROVE-2026-003 (high severity)
and TROVE-2026-004 (medium severity). It also includes several improved
defense in depth measures and bug fixes.
This commit is contained in:
whispers
2026-03-25 12:25:15 -04:00
parent 9d5ef57adc
commit 3205377804
+2 -2
View File
@@ -46,11 +46,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "tor";
version = "0.4.9.5";
version = "0.4.9.6";
src = fetchurl {
url = "https://dist.torproject.org/tor-${finalAttrs.version}.tar.gz";
hash = "sha256-yUnC+Gs0jmSJGXb2seScF3ZVsj35cZMEm/G4zTCZ4Xk=";
hash = "sha256-qJq6lwUumWOmVLQN8tRr4H6Ka24k5UN5F/2BrNkKcBc=";
};
outputs = [