Merge pull request #22293 from florianjacob/master

tinc: 1.0.29 -> 1.0.31
This commit is contained in:
Pascal Wittmann 2017-01-30 15:10:28 +01:00 committed by GitHub
commit 4396d43a94

View File

@ -1,12 +1,12 @@
{stdenv, fetchurl, lzo, openssl, zlib}: {stdenv, fetchurl, lzo, openssl, zlib}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.0.29"; version = "1.0.31";
name = "tinc-${version}"; name = "tinc-${version}";
src = fetchurl { src = fetchurl {
url = "http://www.tinc-vpn.org/packages/tinc-${version}.tar.gz"; url = "http://www.tinc-vpn.org/packages/tinc-${version}.tar.gz";
sha256 = "0y1alzxgds067m83qdkg12hsy6disa2ad3y2i0h1pgpvdxy02mq3"; sha256 = "d3cbc82e6e07975a2ccc0b369d07e30fc3324e71e240dca8781ce9a4f629519b";
}; };
buildInputs = [ lzo openssl zlib ]; buildInputs = [ lzo openssl zlib ];
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
"--sysconfdir=/etc" "--sysconfdir=/etc"
]; ];
meta = { meta = {
description = "VPN daemon with full mesh routing"; description = "VPN daemon with full mesh routing";
longDescription = '' longDescription = ''
tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and