ntp: 4.2.8p17 -> 4.2.8p18

Changes:
https://www.ntp.org/documentation/4.2.8-series/release/
This commit is contained in:
Thomas Gerbet 2024-05-29 02:05:57 +02:00
parent fb2cf0194e
commit fc97c1c9d7

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ntp";
version = "4.2.8p17";
version = "4.2.8p18";
src = fetchurl {
url = "https://archive.ntp.org/ntp4/ntp-${lib.versions.majorMinor version}/ntp-${version}.tar.gz";
hash = "sha256-ED3ScuambFuN8H3OXpoCVV/NbxOXvft4IjcyjonTqGY=";
hash = "sha256-z4TF8/saKVKElCYk2CP/+mNBROCWz8T5lprJjvX0aOU=";
};
configureFlags = [