1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

tor: 0.4.1.6 -> 0.4.2.5

https://blog.torproject.org/new-release-0425-also-0417-0406-and-0359
This commit is contained in:
Will Dietz 2020-01-08 15:25:13 -06:00
parent 3f0fee752d
commit 48838ac958
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

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" ];