chrony: 3.0 -> 3.1

+3 -3
+3 -3
pkgs/tools/networking/chrony/default.nix
··· 6 stdenv.mkDerivation rec { 7 name = "chrony-${version}"; 8 9 - version = "3.0"; 10 11 src = fetchurl { 12 url = "http://download.tuxfamily.org/chrony/${name}.tar.gz"; 13 - sha256 = "0vfdsajz2w6b7c94rxrj7fsr234jryhl2rbdlmb7h10gla8pnf50"; 14 }; 15 16 buildInputs = [ readline texinfo nss nspr ] ··· 24 25 meta = with stdenv.lib; { 26 description = "Sets your computer's clock from time servers on the Net"; 27 - homepage = http://chrony.tuxfamily.org/; 28 repositories.git = git://git.tuxfamily.org/gitroot/chrony/chrony.git; 29 license = licenses.gpl2; 30 platforms = with platforms; linux ++ freebsd ++ openbsd;
··· 6 stdenv.mkDerivation rec { 7 name = "chrony-${version}"; 8 9 + version = "3.1"; 10 11 src = fetchurl { 12 url = "http://download.tuxfamily.org/chrony/${name}.tar.gz"; 13 + sha256 = "0xb03dya1zhcn1gch2v2ynifxw95g8m3plr9q4ys0s3pvgf0g4cx"; 14 }; 15 16 buildInputs = [ readline texinfo nss nspr ] ··· 24 25 meta = with stdenv.lib; { 26 description = "Sets your computer's clock from time servers on the Net"; 27 + homepage = https://chrony.tuxfamily.org/; 28 repositories.git = git://git.tuxfamily.org/gitroot/chrony/chrony.git; 29 license = licenses.gpl2; 30 platforms = with platforms; linux ++ freebsd ++ openbsd;