chrony: 4.6.1 -> 4.7

This commit is contained in:
R. Ryantm
2025-06-12 00:39:57 +00:00
parent 3fa008da69
commit 0b067088b9
+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 = [