chrony: 3.4 -> 3.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/chrony/versions
This commit is contained in:
R. RyanTM 2019-05-21 01:49:20 -07:00
parent 8abe5ee07e
commit 4066babc96

View File

@ -6,11 +6,11 @@ assert stdenv.isLinux -> libcap != null;
stdenv.mkDerivation rec {
name = "chrony-${version}";
version = "3.4";
version = "3.5";
src = fetchurl {
url = "https://download.tuxfamily.org/chrony/${name}.tar.gz";
sha256 = "17vb1sy79lsjif23v66mgn39lbgmxy59mf7mi9ffb9qh4ryf8xxg";
sha256 = "1d9r2dhslll4kzdmxrj0qfgwq1b30d4l3s5cwr8yr93029dpj0jf";
};
postPatch = ''