depot/pkgs/servers/monitoring/grafana/plugins/grafadruid-druid-datasource/default.nix

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

14 lines
361 B
Nix
Raw Normal View History

{ grafanaPlugin, lib }:
grafanaPlugin rec {
pname = "grafadruid-druid-datasource";
version = "1.4.1";
zipHash = "sha256-7atxqRqKqop6ABQ+ead6wR/YRpJaV8j/Ri4VB9FXMu8=";
meta = with lib; {
description = "Connects Grafana to Druid";
license = licenses.asl20;
maintainers = with maintainers; [ nukaduka ];
platforms = platforms.unix;
};
}