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

tor: 0.4.9.5 -> 0.4.9.6 (#503424)

parents 804df741 32053778
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.9.5";
  version = "0.4.9.6";

  src = fetchurl {
    url = "https://dist.torproject.org/tor-${finalAttrs.version}.tar.gz";
    hash = "sha256-yUnC+Gs0jmSJGXb2seScF3ZVsj35cZMEm/G4zTCZ4Xk=";
    hash = "sha256-qJq6lwUumWOmVLQN8tRr4H6Ka24k5UN5F/2BrNkKcBc=";
  };

  outputs = [