1 { stdenv, lib, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-0NLlBNYTJ+hmQLH/UYwIOIbq3G1sDo/A03xFHsXdzig=";
19 description = "Utility to fetch time and set the system clock over HTTP";
20 homepage = "https://github.com/twekkel/htpdate";
21 platforms = platforms.linux;
22 license = licenses.gpl2Plus;
23 maintainers = with maintainers; [ julienmalka ];