lol

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

chrony: 4.1 -> 4.2

authored by

markuskowa and committed by
GitHub
0dc58913 88a18686

+2 -2
+2 -2
pkgs/tools/networking/chrony/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "chrony"; 8 - version = "4.1"; 8 + version = "4.2"; 9 9 10 10 src = fetchurl { 11 11 url = "https://download.tuxfamily.org/chrony/${pname}-${version}.tar.gz"; 12 - sha256 = "sha256-7Xby0/k0esYiGpGtS9VT3QVlrBiM10kNCAHQj3FxFkw="; 12 + sha256 = "sha256-Jz+f0Vwyjtbzpfa6a67DWkIaNKc7tyVgUymxcSBI25o="; 13 13 }; 14 14 15 15 postPatch = ''