11 src = fetchFromGitHub {
15 hash = "sha256-I8WSG9rMqgf2QADQetlYTSUIQH1Iv8cMVw/3uIwEDPc=";
18 vendorHash = "sha256-leeP2+W+bnYASls3k0l4jpz1rc1mAkMWUfrY2uBUUdQ=";
26 description = "Your personal markdown scribe with template-engine and Git(Hub) & RSS powers";
27 mainProgram = "markscribe";
28 homepage = "https://github.com/muesli/markscribe";
29 changelog = "https://github.com/muesli/markscribe/releases/tag/${src.rev}";
30 license = licenses.mit;
31 maintainers = with maintainers; [ figsoda ];