Files
nixpkgs/pkgs/servers/monitoring/grafana/plugins/redis-datasource/default.nix

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

14 lines
347 B
Nix
Raw Normal View History

2025-10-09 14:15:47 +02:00
{ grafanaPlugin, lib }:
grafanaPlugin {
pname = "redis-datasource";
version = "2.2.0";
zipHash = "sha256-a4at8o185XSOyNxZZKfb0/j1CVoKQ9JZx0ofoPUBqKs=";
meta = with lib; {
description = "Redis Data Source for Grafana";
license = licenses.asl20;
maintainers = with maintainers; [ azahi ];
platforms = platforms.unix;
};
}