chrony: 4.6.1 -> 4.7 (#416005)

Co-authored-by: vifino <vifino@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-12 07:01:17 +00:00
committed by GitHub
co-authored by vifino
+2 -2
View File
@@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "chrony";
version = "4.6.1";
version = "4.7";
src = fetchurl {
url = "https://chrony-project.org/releases/${pname}-${version}.tar.gz";
hash = "sha256-Vx/3P78K4wl/BgTsouALHYuy6Rr/4aNJR4X/IdYZnFw=";
hash = "sha256-wN5BqMBR5dMrEBtfcBS5jKl4sY5ZLzDOaEC21GAtlHs=";
};
outputs = [