* NTP updated to 4.2.6p2.
svn path=/nixpkgs/trunk/; revision=24118
This commit is contained in:
parent
b7ce93bfc4
commit
4e94575014
@ -3,11 +3,11 @@
|
||||
assert stdenv.isLinux -> libcap != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ntp-4.2.6";
|
||||
name = "ntp-4.2.6p2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${name}.tar.gz";
|
||||
sha256 = "04cam5l804ws6cs0ihlmx26n39vpap5wb39i1vxfff01mri4q38b";
|
||||
sha256 = "1n79scfvgjk8hn1fr4q2kkk6xm83k68r4p488ai09nm20dwqp2a2";
|
||||
};
|
||||
|
||||
configureFlags = ''
|
||||
|
Loading…
Reference in New Issue
Block a user