lol

tor: 0.2.7.5 -> 0.2.7.6

codsl 42557425 5d03506d

+2 -2
+2 -2
pkgs/tools/security/tor/default.nix
··· 1 1 { stdenv, fetchurl, libevent, openssl, zlib, torsocks, libseccomp }: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "tor-0.2.7.5"; 4 + name = "tor-0.2.7.6"; 5 5 6 6 src = fetchurl { 7 7 url = "https://archive.torproject.org/tor-package-archive/${name}.tar.gz"; 8 - sha256 = "0pxayvcab4cb107ynbpzx4g0qyr1mjfba2an76wdx6dxn56rwakx"; 8 + sha256 = "0p8hjlfi8dwghlyjif5s0q98cmpgz9kn9jja25430l04z5wqcfj9"; 9 9 }; 10 10 11 11 # Note: torsocks is specified as a dependency, as the distributed