Merge pull request #274377 from r-ryantm/auto-update/chrony

chrony: 4.4 -> 4.5
This commit is contained in:
Maximilian Bosch 2023-12-15 13:10:05 +01:00 committed by GitHub
commit 52f9c53fdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" ];