chrony: 3.1 -> 3.2

This commit is contained in:
Franz Pletz 2017-10-02 17:43:15 +02:00
parent ad2ae842bb
commit 9fc7f918ee
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -6,11 +6,11 @@ assert stdenv.isLinux -> libcap != null;
stdenv.mkDerivation rec {
name = "chrony-${version}";
version = "3.1";
version = "3.2";
src = fetchurl {
url = "http://download.tuxfamily.org/chrony/${name}.tar.gz";
sha256 = "0xb03dya1zhcn1gch2v2ynifxw95g8m3plr9q4ys0s3pvgf0g4cx";
sha256 = "05j17i1zlg19v8jkzlp710kbdgnb4541zgkqxqzcwglcvlc6g7rj";
};
buildInputs = [ readline texinfo nss nspr ]