Files

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

14 lines
347 B
Nix
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
{ grafanaPlugin, lib }:
grafanaPlugin {
pname = "redis-app";
version = "2.2.1";
zipHash = "sha256-1ZzJaGhlM6CaTecj69aqJ9fqN7wYSsiDCMTRVkZJUb0=";
meta = with lib; {
description = "Redis Application plugin for Grafana";
license = licenses.asl20;
maintainers = with maintainers; [ azahi ];
platforms = platforms.unix;
};
}