Skip to content

Commit 0b06708

Browse files
committed
chrony: 4.6.1 -> 4.7
1 parent 3fa008d commit 0b06708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ch/chrony/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
stdenv.mkDerivation rec {
1616
pname = "chrony";
17-
version = "4.6.1";
17+
version = "4.7";
1818

1919
src = fetchurl {
2020
url = "https://chrony-project.org/releases/${pname}-${version}.tar.gz";
21-
hash = "sha256-Vx/3P78K4wl/BgTsouALHYuy6Rr/4aNJR4X/IdYZnFw=";
21+
hash = "sha256-wN5BqMBR5dMrEBtfcBS5jKl4sY5ZLzDOaEC21GAtlHs=";
2222
};
2323

2424
outputs = [

0 commit comments

Comments
 (0)