nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1{ grafanaPlugin, lib }:
2
3grafanaPlugin {
4 pname = "grafana-polystat-panel";
5 version = "2.1.14";
6 zipHash = "sha256-W6qx3b8rmIQV6Sm2rUsCDKrWi69N2S31hbmuqjYt25M=";
7 meta = with lib; {
8 description = "Hexagonal multi-stat panel for Grafana";
9 license = licenses.asl20;
10 maintainers = with maintainers; [ lukegb ];
11 platforms = platforms.unix;
12 };
13}