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