mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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:
parent
8abe5ee07e
commit
4066babc96
|
@ -6,11 +6,11 @@ assert stdenv.isLinux -> libcap != null;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "chrony-${version}";
|
name = "chrony-${version}";
|
||||||
|
|
||||||
version = "3.4";
|
version = "3.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.tuxfamily.org/chrony/${name}.tar.gz";
|
url = "https://download.tuxfamily.org/chrony/${name}.tar.gz";
|
||||||
sha256 = "17vb1sy79lsjif23v66mgn39lbgmxy59mf7mi9ffb9qh4ryf8xxg";
|
sha256 = "1d9r2dhslll4kzdmxrj0qfgwq1b30d4l3s5cwr8yr93029dpj0jf";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue