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