ntp: 4.2.8p11 -> 4.2.8p12 (#45180)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ntp/versions.
This commit is contained in:
parent
2918ab7797
commit
2524ad67da
|
@ -8,11 +8,11 @@ let
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ntp-4.2.8p11";
|
name = "ntp-4.2.8p12";
|
||||||
|
|
||||||
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 = "13i7rp1va29ffjdk08fvsfl6n47zzwsp147zhgb550k8agvkjjpi";
|
sha256 = "0m04ndn0674kcf9x0aggjya07a3hlig2nlzzpwk7vmqka0mj56vh";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The hardcoded list of allowed system calls for seccomp is
|
# The hardcoded list of allowed system calls for seccomp is
|
||||||
|
|
Loading…
Reference in New Issue