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

grafanaPlugin rec {
  pname = "redis-datasource";
  version = "2.1.1";
  zipHash = "sha256-Qhdh2UYOq/El08jTheKRa3f971QKeVmMWiA6rnXNUi4=";
  meta = with lib; {
    description = "Redis Data Source for Grafana";
    license = licenses.asl20;
    maintainers = with maintainers; [ azahi ];
    platforms = platforms.unix;
  };
}