tor: 0.4.8.22 -> 0.4.9.5
Release notes: https://gitlab.torproject.org/tpo/core/tor/-/raw/tor-0.4.9.5/ReleaseNotes This is a minor release containing various bugfixes and new features. The most prominent new features are the Counter Galois Onion (CGO) encryption method (https://blog.torproject.org/introducing-cgo/) and the Happy Families certificate scheme for relay management (https://blog.torproject.org/happy-families/).
This commit is contained in:
@@ -46,11 +46,11 @@ in
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "tor";
|
||||
version = "0.4.8.22";
|
||||
version = "0.4.9.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://dist.torproject.org/tor-${finalAttrs.version}.tar.gz";
|
||||
hash = "sha256-yIYg2SeKJ549In/2CXW4SqQTWSEfjs/2hgGZI7mSkzI=";
|
||||
hash = "sha256-yUnC+Gs0jmSJGXb2seScF3ZVsj35cZMEm/G4zTCZ4Xk=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
||||
Reference in New Issue
Block a user