chrony: 3.3 -> 3.4

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 2018-09-20 17:36:53 -07:00 committed by Franz Pletz
parent 20c22eb6c5
commit 41457058da

View File

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