{ lib, mkDiscoursePlugin, fetchFromGitHub }: mkDiscoursePlugin { name = "discourse-docs"; src = fetchFromGitHub { owner = "discourse"; repo = "discourse-docs"; rev = "a4b203274b88c5277d0b5b936de0bc0e0016726c"; sha256 = "sha256-R+VP/gsb2Oa6lPVMhRoGZzOBx5C7kRSxqwYpWE10GHw="; }; meta = with lib; { homepage = "https://github.com/discourse/discourse-docs"; maintainers = with maintainers; [ dpausp ]; license = licenses.mit; description = "Find and filter knowledge base topics"; }; }