summary refs log tree commit diff
path: root/pkgs/servers/monitoring/grafana/plugins/grafadruid-druid-datasource/default.nix
blob: 9f1d501d23fdcd503e5fb730ed99f65ec918dd26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ grafanaPlugin, lib }:

grafanaPlugin rec {
  pname = "grafadruid-druid-datasource";
  version = "1.2.0";
  zipHash = "sha256-DPeyV2jZquSQcSE+HzvxArWEefs9bFNPjZwDFp+dIjg=";
  meta = with lib; {
    description = "Connects Grafana to Druid";
    license = licenses.asl20;
    maintainers = with maintainers; [ nukaduka ];
    platforms = platforms.unix;
  };
}