Merge pull request #77342 from dtzWill/update/tor-0.4.2.5

tor: 0.4.1.6 -> 0.4.2.5
This commit is contained in:
Joachim F 2020-01-09 17:25:11 +00:00 committed by GitHub
commit f301375d88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "tor";
version = "0.4.1.6";
version = "0.4.2.5";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "0wgdid8w7srd218hh4rwslzdx2ickxw1pg18p2wry1r6wi65521a";
sha256 = "1hnqg6psf7shcmlvfk44mkpaz7v66mify3cnx7mzl23q5s37anad";
};
outputs = [ "out" "geoip" ];
@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
substituteInPlace contrib/client-tools/torify \
--replace 'pathfind torsocks' true \
--replace 'exec torsocks' 'exec ${torsocks}/bin/torsocks'
patchShebangs ./scripts/maint/checkShellScripts.sh
'';
enableParallelBuilding = true;