grafanaPlugins.doitintl-bigquery-datasource: init at 2.0.1

This commit is contained in:
Jarosław Wygoda
2021-04-04 12:45:32 +00:00
parent a009dfc1af
commit 127b4d13de
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,13 @@
{ grafanaPlugin, lib }:
grafanaPlugin rec {
pname = "doitintl-bigquery-datasource";
version = "2.0.1";
zipHash = "sha256-tZyvER/rxL+mo2tgxFvwSIAmjFm/AnZ0RgvmD1YAE2U=";
meta = with lib; {
description = "BigQuery DataSource for Grafana";
license = licenses.mit;
maintainers = with maintainers; [ jwygoda ];
platforms = platforms.unix;
};
}