diff --git a/pkgs/servers/monitoring/grafana/plugins/grafana-polystat-panel/default.nix b/pkgs/servers/monitoring/grafana/plugins/grafana-polystat-panel/default.nix index 49a03ce04322..8b9b8438fa00 100644 --- a/pkgs/servers/monitoring/grafana/plugins/grafana-polystat-panel/default.nix +++ b/pkgs/servers/monitoring/grafana/plugins/grafana-polystat-panel/default.nix @@ -2,8 +2,8 @@ grafanaPlugin { pname = "grafana-polystat-panel"; - version = "2.1.15"; - zipHash = "sha256-l6jhlnZ9E8OdCHcX0HMpD1VjShq+mtBYeciPNkzsjlA="; + version = "2.1.16"; + zipHash = "sha256-Lxug7dL33I5VDtwE5cZLa6LyCOMF244ETYY/ORvndTc="; meta = { description = "Hexagonal multi-stat panel for Grafana"; license = lib.licenses.asl20;