Merge pull request #67273 from dtzWill/update/tor-4.1.5

tor: 0.4.0.5 -> 0.4.1.5
This commit is contained in:
Marek Mahut 2019-08-22 22:46:44 +02:00 committed by GitHub
commit 620c0b9d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "tor";
version = "0.4.0.5";
version = "0.4.1.5";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "0vk9j3ybz5dwwbmqrdj1bjcsxy76pc8frmfvflkdzwfkvkqcp8mm";
sha256 = "0984jb6hdcc10f7aq8xzl7l4jf93skp45wkv2v63z4zv0nvf0r58";
};
outputs = [ "out" "geoip" ];