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

tor: 0.4.8.18 -> 0.4.8.19 (#451246)

parents 0bcaee86 f7ce0842
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.18";
  version = "0.4.8.19";

  src = fetchurl {
    url = "https://dist.torproject.org/tor-${finalAttrs.version}.tar.gz";
    hash = "sha256-SupsEJ1O/06iuvuQWn5rCpZdFP6FYhSwL82QRrTZOvg=";
    hash = "sha256-PLZJodM7pqZfEJ0iRTTpOq8KbehKWxy0sFS/oGu3T1o=";
  };

  outputs = [