ntp: 4.2.8p13 -> 4.2.8p14

This commit is contained in:
R. RyanTM 2020-03-05 14:45:43 +00:00 committed by Alyssa Ross
parent 8a0c1b8cf1
commit 281dd8bd44
1 changed files with 3 additions and 3 deletions

View File

@ -8,11 +8,11 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "ntp-4.2.8p13"; name = "ntp-4.2.8p14";
src = fetchurl { src = fetchurl {
url = "https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${name}.tar.gz"; url = "https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${name}.tar.gz";
sha256 = "0f1a4fya7v5s0426nim8ydvvlcashb8hicgs9xlm76ndrz7751r8"; sha256 = "1dsfbrad5adwjnm3k0y0ip8dzs7r2nmw66vjil8gvapnh7qf8q0r";
}; };
# The hardcoded list of allowed system calls for seccomp is # The hardcoded list of allowed system calls for seccomp is
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.ntp.org/; homepage = "http://www.ntp.org/";
description = "An implementation of the Network Time Protocol"; description = "An implementation of the Network Time Protocol";
license = { license = {
# very close to isc and bsd2 # very close to isc and bsd2