1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-qcCJgz/YXfd8+9ST1U4YFxLLd25D8HrfZzsDGpKgCdM=";
14 vendorHash = "sha256-V5jqsNy4Pu1AKikIZqEXERdggwBe3gXKMJVmgivVT6A=";
17 description = "Minimalist's todo-list";
18 homepage = "https://github.com/ProggerX/fasole";
19 license = lib.licenses.gpl3Only;
20 maintainers = with lib.maintainers; [ proggerx ];
21 mainProgram = "fasole";