tinc: Update from 1.0.23 to 1.0.24

This commit is contained in:
Rickard Nilsson 2014-06-09 15:13:56 +02:00
parent c86d89639a
commit 9018d3c4f2

View File

@ -1,12 +1,12 @@
{stdenv, fetchurl, lzo, openssl, zlib}:
stdenv.mkDerivation rec {
version = "1.0.23";
version = "1.0.24";
name = "tinc-${version}";
src = fetchurl {
url = "http://www.tinc-vpn.org/packages/tinc-${version}.tar.gz";
sha256 = "04i88hr46nx3x3s71kasm9qrjhnn35icxh9zwchki47z2vgnpw5w";
sha256 = "11xnz6lz917hq0zb544dvbxl0smlyjx65kv3181j4fcyygwmi3j9";
};
buildInputs = [ lzo openssl zlib ];