Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
357 B
Nix
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
{ grafanaPlugin, lib }:
grafanaPlugin {
pname = "grafadruid-druid-datasource";
version = "1.7.0";
zipHash = "sha256-aVAIk5x+zKdq5SYjsl5LekZ96LW7g/ykaq/lPUNUi7k=";
meta = with lib; {
description = "Connects Grafana to Druid";
license = licenses.asl20;
maintainers = with maintainers; [ nukaduka ];
platforms = platforms.unix;
};
}