nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1{ grafanaPlugin, lib }:
2
3grafanaPlugin {
4 pname = "redis-app";
5 version = "2.2.1";
6 zipHash = "sha256-1ZzJaGhlM6CaTecj69aqJ9fqN7wYSsiDCMTRVkZJUb0=";
7 meta = with lib; {
8 description = "Redis Application plugin for Grafana";
9 license = licenses.asl20;
10 maintainers = with maintainers; [ azahi ];
11 platforms = platforms.unix;
12 };
13}