1 { lib, stdenv, fetchFromGitHub, cmake }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
10 rev = "refs/tags/v${version}";
11 sha256 = "1qchxnxvghbma6gp1g78wnjxsri0b72ha9axyk31cplssl7yn73f";
14 nativeBuildInputs = [ cmake ];
17 homepage = "https://github.com/bo0ts/ddate";
18 description = "Discordian version of the date program";
19 license = licenses.publicDomain;
20 maintainers = with maintainers; [ kovirobi ];
21 platforms = platforms.all;
22 mainProgram = "ddate";