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
1 changed files with 2 additions and 2 deletions

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 = [