tinc: 1.0.28 -> 1.0.29 (#19444)
This commit is contained in:
parent
88f10ad409
commit
bbb2f64588
@ -1,12 +1,12 @@
|
|||||||
{stdenv, fetchurl, lzo, openssl, zlib}:
|
{stdenv, fetchurl, lzo, openssl, zlib}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.0.28";
|
version = "1.0.29";
|
||||||
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 = "0i5kx3hza359nclyhb60kxlzqyx0phmg175350hww28g6scjcl0b";
|
sha256 = "0y1alzxgds067m83qdkg12hsy6disa2ad3y2i0h1pgpvdxy02mq3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ lzo openssl zlib ];
|
buildInputs = [ lzo openssl zlib ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user