{ lib, mkDiscoursePlugin, fetchFromGitHub }: mkDiscoursePlugin { name = "discourse-yearly-review"; src = fetchFromGitHub { owner = "discourse"; repo = "discourse-yearly-review"; rev = "5e3674201a32bf9e6c22417395bc2e052d9f217d"; sha256 = "sha256-gkQGLJegWTSwzpjrHPYK5/Uz4QjLUCLd6OuEIRYeP/I="; }; meta = with lib; { homepage = "https://github.com/discourse/discourse-yearly-review"; maintainers = with maintainers; [ talyz ]; license = licenses.mit; description = "Publishes an automated Year in Review topic"; }; }