Merge pull request #38735 from r-ryantm/auto-update/chrony

chrony: 3.2 -> 3.3
This commit is contained in:
Matthew Justin Bauer 2018-04-18 22:19:37 -05:00 committed by GitHub
commit e372bc90ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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