tinc_pre: 2015-07-22 -> 2015-09-25

This commit is contained in:
William A. Kennington III 2015-10-04 15:03:13 -07:00
parent 382a5b7328
commit 86b5cecaae
1 changed files with 3 additions and 3 deletions

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-07-22"; name = "tinc-1.1pre-2015-09-25";
src = fetchgit { src = fetchgit {
url = "git://tinc-vpn.org/tinc"; url = "git://tinc-vpn.org/tinc";
rev = "56a8b90d863171d62e0a337b5635fbfc53a67fb0"; rev = "73068238436d8a22abb86e67b08f573b09fd04e1";
sha256 = "081z4xs5l988g1s0yr7fvnysajd05bx6s54sh84jvq7ij8af71dm"; sha256 = "1j8bvvzvciy21s24jdpi089svy7wipg9pm84s98xjlp2plchj5dj";
}; };
nativeBuildInputs = [ autoreconfHook texinfo ]; nativeBuildInputs = [ autoreconfHook texinfo ];