3
0
Fork 0
forked from mirrors/nixpkgs

chrony: 4.1 -> 4.2

This commit is contained in:
R. Ryantm 2021-12-31 14:45:40 +00:00
parent b88fab1bfe
commit 5e93f98707

View file

@ -5,11 +5,11 @@ assert stdenv.isLinux -> libcap != null;
stdenv.mkDerivation rec {
pname = "chrony";
version = "4.1";
version = "4.2";
src = fetchurl {
url = "https://download.tuxfamily.org/chrony/${pname}-${version}.tar.gz";
sha256 = "sha256-7Xby0/k0esYiGpGtS9VT3QVlrBiM10kNCAHQj3FxFkw=";
sha256 = "sha256-Jz+f0Vwyjtbzpfa6a67DWkIaNKc7tyVgUymxcSBI25o=";
};
postPatch = ''