1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

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

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