tinc: 1.0.28 -> 1.0.29 (#19444)

This commit is contained in:
Alexander Ried 2016-10-11 12:57:00 +02:00 committed by Franz Pletz
parent 88f10ad409
commit bbb2f64588

View File

@ -1,12 +1,12 @@
{stdenv, fetchurl, lzo, openssl, zlib}:
stdenv.mkDerivation rec {
version = "1.0.28";
version = "1.0.29";
name = "tinc-${version}";
src = fetchurl {
url = "http://www.tinc-vpn.org/packages/tinc-${version}.tar.gz";
sha256 = "0i5kx3hza359nclyhb60kxlzqyx0phmg175350hww28g6scjcl0b";
sha256 = "0y1alzxgds067m83qdkg12hsy6disa2ad3y2i0h1pgpvdxy02mq3";
};
buildInputs = [ lzo openssl zlib ];