chrony: 4.4 -> 4.5

This commit is contained in:
R. Ryantm 2023-12-15 06:06:57 +00:00
parent f5c41d4d50
commit 1de65585be

View file

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