{ lib, mkDiscoursePlugin, fetchFromGitHub }: mkDiscoursePlugin { name = "discourse-reactions"; src = fetchFromGitHub { owner = "discourse"; repo = "discourse-reactions"; rev = "643f807a3a2195f08211064301f0350d9f51604f"; sha256 = "sha256-4FdiYUNysSuOJ664G3YvlUHx/J7MLUS3kVBdXT47oEw="; }; meta = with lib; { homepage = "https://github.com/discourse/discourse-reactions"; maintainers = with maintainers; [ bbenno ]; license = licenses.mit; description = "Allows users to react to a post from a choice of emojis, rather than only the like heart"; }; }