mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
tor: 0.4.9.9 -> 0.4.9.10
release notes: https://gitlab.torproject.org/tpo/core/tor/-/raw/tor-0.4.9.10/ReleaseNotes
diff: https://gitlab.torproject.org/tpo/core/tor/-/compare/tor-0.4.9.9...tor-0.4.9.10
trove: https://gitlab.torproject.org/tpo/core/team/-/wikis/NetworkTeam/TROVE
this releases fixes one critical severity security issue, as well as
some smaller assorted fixes.
Fixes: TROVE-2026-025
(cherry picked from commit c5a0f1acb6)
This commit is contained in:
parent
647b7bfce7
commit
41fd23ef1c
1 changed files with 2 additions and 2 deletions
|
|
@ -46,11 +46,11 @@ in
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "tor";
|
||||
version = "0.4.9.9";
|
||||
version = "0.4.9.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://dist.torproject.org/tor-${finalAttrs.version}.tar.gz";
|
||||
hash = "sha256-vXW6f9aPYHx4Bvz3AVajAKqSbprWml5WqOZBT1In6DM=";
|
||||
hash = "sha256-3+6QTq6Pw4ouOzURVPisD8oqZkkDjxp+allGHeV9pH8=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue