new version

svn path=/nixpkgs/trunk/; revision=7528
This commit is contained in:
Armijn Hemel 2007-01-01 18:49:23 +00:00
parent 6b8b7566fb
commit 403d766a59
1 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@
assert stdenv.isLinux -> libcap != null; assert stdenv.isLinux -> libcap != null;
stdenv.mkDerivation { stdenv.mkDerivation {
name = "ntp-4.2.2p4"; name = "ntp-4.2.4";
src = fetchurl { src = fetchurl {
url = http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.2p4.tar.gz; url = http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2.4.tar.gz;
md5 = "916fe57525f8327f340b203f129088fa"; md5 = "eb9147d26cbe18bd8fbec07f1df55aef";
}; };
configureFlags = " configureFlags = "
--without-crypto --without-crypto