tor: 0.4.1.5 -> 0.4.1.6

https://blog.torproject.org/new-release-tor-0416
This commit is contained in:
Will Dietz 2019-09-19 09:39:29 -05:00
parent 6ff8b675e0
commit 855d3e7eaf
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.5";
version = "0.4.1.6";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "0984jb6hdcc10f7aq8xzl7l4jf93skp45wkv2v63z4zv0nvf0r58";
sha256 = "0wgdid8w7srd218hh4rwslzdx2ickxw1pg18p2wry1r6wi65521a";
};
outputs = [ "out" "geoip" ];