grafanaPlugins.frser-sqlite-datasource: init at 3.5.0

This commit is contained in:
Simonas Kazlauskas 2024-10-04 21:47:37 +03:00
parent 4a6dda0693
commit f5ba4f8023
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{ grafanaPlugin, lib }:
grafanaPlugin rec {
pname = "frser-sqlite-datasource";
version = "3.5.0";
zipHash = "sha256-BwAurFpMyyR318HMzVXCnOEQWM8W2vPPisXhhklFLBY=";
meta = with lib; {
description = "This is a Grafana backend plugin to allow using an SQLite database as a data source. The SQLite database needs to be accessible to the filesystem of the device where Grafana itself is running.";
license = licenses.asl20;
maintainers = with maintainers; [ nagisa ];
platforms = platforms.unix;
};
}

View File

@ -7,6 +7,7 @@
bsull-console-datasource = callPackage ./bsull-console-datasource { };
doitintl-bigquery-datasource = callPackage ./doitintl-bigquery-datasource { };
fetzerch-sunandmoon-datasource = callPackage ./fetzerch-sunandmoon-datasource { };
frser-sqlite-datasource = callPackage ./frser-sqlite-datasource { };
grafadruid-druid-datasource = callPackage ./grafadruid-druid-datasource { };
grafana-clickhouse-datasource = callPackage ./grafana-clickhouse-datasource { };
grafana-clock-panel = callPackage ./grafana-clock-panel { };