grafanaPlugins.grafana-discourse-datasource: init at 2.0.2

This commit is contained in:
Simonas Kazlauskas 2024-10-04 21:48:11 +03:00
parent f5ba4f8023
commit bef04b4408
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{ grafanaPlugin, lib }:
grafanaPlugin rec {
pname = "grafana-discourse-datasource";
version = "2.0.2";
zipHash = "sha256-0MTxPe7RJHMA0SwjOcFlbi4VkhlLUFP+5r2DsHAaffc=";
meta = with lib; {
description = "The Discourse data source plugin allows users to search and view topics, posts, users, tags, categories, and reports on a given Discourse forum.";
license = licenses.asl20;
maintainers = with maintainers; [ nagisa ];
platforms = platforms.unix;
};
}

View File

@ -11,6 +11,7 @@
grafadruid-druid-datasource = callPackage ./grafadruid-druid-datasource { };
grafana-clickhouse-datasource = callPackage ./grafana-clickhouse-datasource { };
grafana-clock-panel = callPackage ./grafana-clock-panel { };
grafana-discourse-datasource = callPackage ./grafana-discourse-datasource { };
grafana-oncall-app = callPackage ./grafana-oncall-app { };
grafana-piechart-panel = callPackage ./grafana-piechart-panel { };
grafana-polystat-panel = callPackage ./grafana-polystat-panel { };