Files

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

14 lines
364 B
Nix
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
{ grafanaPlugin, lib }:
grafanaPlugin {
pname = "grafana-polystat-panel";
version = "2.1.15";
zipHash = "sha256-l6jhlnZ9E8OdCHcX0HMpD1VjShq+mtBYeciPNkzsjlA=";
meta = with lib; {
description = "Hexagonal multi-stat panel for Grafana";
license = licenses.asl20;
maintainers = with maintainers; [ lukegb ];
platforms = platforms.unix;
};
}