10 src = fetchFromGitHub {
14 hash = "sha256-RLGKf5+HqJlZUhA5C3cwDumIhlbXcOr5iitI+7GZPBc=";
17 vendorHash = "sha256-BlVjGG6dhh7VO9driT0rnpbW6lORojiV+YhrV1Zlj4M=";
22 "-X=main.version=${version}"
25 __darwinAllowLocalNetworking = true;
28 description = "Plot your repository stars over time";
29 mainProgram = "starcharts";
30 homepage = "https://github.com/caarlos0/starcharts";
31 changelog = "https://github.com/caarlos0/starcharts/releases/tag/${src.rev}";
32 license = licenses.mit;
33 maintainers = with maintainers; [ figsoda ];