chrony: 4.3 -> 4.4

This commit is contained in:
Franz Pletz 2023-08-10 01:40:08 +02:00
parent 448ecf52d3
commit 4c07af8f4c
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "chrony";
version = "4.3";
version = "4.4";
src = fetchurl {
url = "https://download.tuxfamily.org/chrony/${pname}-${version}.tar.gz";
hash = "sha256-nQ2oiahl8ImlohYQ/7ZxPjyUOM4wOmO0nC+26v9biAQ=";
hash = "sha256-6vsH5tr5KxQiAPR4hW3+1u/J6i0Ubu3tXtywm5MScIg=";
};
outputs = [ "out" "man" ];