Unverified Commit 3696d101 authored by whispers's avatar whispers
Browse files

tor: 0.4.8.21 -> 0.4.8.22

Release notes: https://gitlab.torproject.org/tpo/core/tor/-/raw/tor-0.4.8.22/ReleaseNotes

This release contains one security fix, which has a corresponding low
severity TROVE entry:
https://gitlab.torproject.org/tpo/core/team/-/wikis/NetworkTeam/TROVE
parent 88ab93e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,11 +46,11 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "tor";
  version = "0.4.8.21";
  version = "0.4.8.22";

  src = fetchurl {
    url = "https://dist.torproject.org/tor-${finalAttrs.version}.tar.gz";
    hash = "sha256-6vb1tzCRuVV2lF6t6YgW3f980AW+/k2UcYpvdmuECQM=";
    hash = "sha256-yIYg2SeKJ549In/2CXW4SqQTWSEfjs/2hgGZI7mSkzI=";
  };

  outputs = [