tor: 0.4.9.6 -> 0.4.9.7

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

This release fixes several security issues:
- TROVE-2026-008 is high severity
- TROVE-2026-{006,007,009,010,011} are medium severity
This commit is contained in:
whispers
2026-05-06 14:51:24 -04:00
parent d61462abe9
commit 8edd9f0c50
+2 -2
View File
@@ -46,11 +46,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "tor";
version = "0.4.9.6";
version = "0.4.9.7";
src = fetchurl {
url = "https://dist.torproject.org/tor-${finalAttrs.version}.tar.gz";
hash = "sha256-qJq6lwUumWOmVLQN8tRr4H6Ka24k5UN5F/2BrNkKcBc=";
hash = "sha256-WnQPMvaIrInAZjRcOLR7ooawxDlNNRslH/SLalOUYY8=";
};
outputs = [