10 src = fetchFromGitHub {
14 hash = "sha256-I8WSG9rMqgf2QADQetlYTSUIQH1Iv8cMVw/3uIwEDPc=";
17 vendorHash = "sha256-leeP2+W+bnYASls3k0l4jpz1rc1mAkMWUfrY2uBUUdQ=";
19 ldflags = [ "-s" "-w" ];
22 description = "Your personal markdown scribe with template-engine and Git(Hub) & RSS powers";
23 mainProgram = "markscribe";
24 homepage = "https://github.com/muesli/markscribe";
25 changelog = "https://github.com/muesli/markscribe/releases/tag/${src.rev}";
26 license = licenses.mit;
27 maintainers = with maintainers; [ figsoda ];