chrony: 3.5 -> 3.5.1

https://chrony.tuxfamily.org/news.html#_20_aug_2020_chrony_3_5_1_released
Fixes CVE-2020-14367
This commit is contained in:
Stig Palmquist 2020-08-23 02:40:38 +02:00
parent ddfa221670
commit 4aa493a829
No known key found for this signature in database
GPG Key ID: 10C838A306094775

View File

@ -5,11 +5,11 @@ assert stdenv.isLinux -> libcap != null;
stdenv.mkDerivation rec {
pname = "chrony";
version = "3.5";
version = "3.5.1";
src = fetchurl {
url = "https://download.tuxfamily.org/chrony/${pname}-${version}.tar.gz";
sha256 = "1d9r2dhslll4kzdmxrj0qfgwq1b30d4l3s5cwr8yr93029dpj0jf";
sha256 = "19ywl8a3lb2id7lcna5hp2g4pjnfwdc9ihr0fk6i9m45vdq2za0v";
};
patches = [