mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-04 03:01:05 +02:00
Cleaned htpdate
This commit is contained in:
parent
d42483fef4
commit
e821f4f291
1 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "twekkel";
|
owner = "twekkel";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v1.3.1";
|
rev = "v${version}";
|
||||||
sha256 = "JPaxbu7LlGV+Bh5qxVxeNSPnMQNqLaLYWBRbpETSpQs=";
|
sha256 = "JPaxbu7LlGV+Bh5qxVxeNSPnMQNqLaLYWBRbpETSpQs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -15,12 +15,11 @@ stdenv.mkDerivation rec {
|
||||||
"prefix=$(out)"
|
"prefix=$(out)"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Utility to fetch time and set the system clock over HTTP";
|
description = "Utility to fetch time and set the system clock over HTTP";
|
||||||
homepage = "https://github.com/twekkel/htpdate";
|
homepage = "https://github.com/twekkel/htpdate";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with lib.maintainers; [ julienmalka ];
|
maintainers = with maintainers; [ julienmalka ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue