tinc: 1.0.29 -> 1.0.31

This commit is contained in:
Florian Jacob 2017-01-30 12:38:02 +01:00
parent 66b6c2ce01
commit 97c3ee9525

View File

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