tinc: update from 1.0.24 to 1.0.25
This commit is contained in:
parent
a15198e844
commit
d6dfe59394
@ -1,12 +1,12 @@
|
|||||||
{stdenv, fetchurl, lzo, openssl, zlib}:
|
{stdenv, fetchurl, lzo, openssl, zlib}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.0.24";
|
version = "1.0.25";
|
||||||
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 = "11xnz6lz917hq0zb544dvbxl0smlyjx65kv3181j4fcyygwmi3j9";
|
sha256 = "0cziyiwsfcvk12dahqwi5wh0q326yhayy8ijnrjp7mwlwmacbhf5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ lzo openssl zlib ];
|
buildInputs = [ lzo openssl zlib ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user