1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-GGBW6rpwv1bVbLTD//cU8jNbq/27Ls0su7DymCJTSmY=";
17 description = "Simple GTD-style todo list for the command line";
18 homepage = "https://ultralist.io";
19 license = licenses.mit;
20 maintainers = with maintainers; [ uvnikita ];