tinc: 2015-06-20 -> 2015-07-17

This commit is contained in:
William A. Kennington III 2015-07-16 19:29:10 -07:00
parent d7b917e612
commit da5e25dcaa

View File

@ -1,12 +1,12 @@
{ stdenv, fetchgit, autoreconfHook, texinfo, ncurses, readline, zlib, lzo, openssl }: { stdenv, fetchgit, autoreconfHook, texinfo, ncurses, readline, zlib, lzo, openssl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "tinc-1.1pre-2015-06-20"; name = "tinc-1.1pre-2015-07-17";
src = fetchgit { src = fetchgit {
url = "git://tinc-vpn.org/tinc"; url = "git://tinc-vpn.org/tinc";
rev = "ebffa40aa7832459f63801e3a91cc741e6b339a8"; rev = "f92c3446f2052a59d1e6a28f1bc7cec278cb1e48";
sha256 = "0yp40n5cgfadd7lmi28qv7cf5s14qqw5ga76y5xd0fjpacv6akcp"; sha256 = "1y15fk4i6jm9w3qkami2vgp5zfrm5frjxwfmwr4xiw23bmy9cgim";
}; };
buildInputs = [ autoreconfHook texinfo ncurses readline zlib lzo openssl ]; buildInputs = [ autoreconfHook texinfo ncurses readline zlib lzo openssl ];