From e821f4f2919931c0d5dc159291fa3a64a52b6470 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Mon, 10 Jan 2022 15:09:14 +0100 Subject: [PATCH] Cleaned htpdate --- packages/htpdate/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/htpdate/default.nix b/packages/htpdate/default.nix index 594f342..dbf97e5 100644 --- a/packages/htpdate/default.nix +++ b/packages/htpdate/default.nix @@ -7,7 +7,7 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "twekkel"; repo = pname; - rev = "v1.3.1"; + rev = "v${version}"; sha256 = "JPaxbu7LlGV+Bh5qxVxeNSPnMQNqLaLYWBRbpETSpQs="; }; @@ -15,12 +15,11 @@ stdenv.mkDerivation rec { "prefix=$(out)" ]; - meta = with lib; { description = "Utility to fetch time and set the system clock over HTTP"; homepage = "https://github.com/twekkel/htpdate"; platforms = platforms.linux; license = licenses.gpl2Plus; - maintainers = with lib.maintainers; [ julienmalka ]; + maintainers = with maintainers; [ julienmalka ]; }; }