Commit 1b854c3c authored by R. RyanTM's avatar R. RyanTM
Browse files

tor: 0.4.8.4 -> 0.4.8.5

parent 2dc458d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,11 +30,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "tor";
  version = "0.4.8.4";
  version = "0.4.8.5";

  src = fetchurl {
    url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
    sha256 = "sha256-CcHOdKJfw7SMgf8UbL0N1TjLu4/k4pZPwvsrGS9qHSs=";
    sha256 = "sha256-aVfP0Uop7udVXFL4OHpG8s4vX+fa35NUfxvHSxZX4Rk=";
  };

  outputs = [ "out" "geoip" ];