Unverified Commit eeb44852 authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

tor: 0.4.8.22 -> 0.4.9.5 (#489851)

parents d8625c1d 57d0fee5
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.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 = [