mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
tinc: 1.0.29 -> 1.0.31
This commit is contained in:
parent
66b6c2ce01
commit
97c3ee9525
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user