mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 23:27:37 +00:00
grafanaPlugins.redis-datasource: init at 2.1.1
This commit is contained in:
parent
4dc8a5c2dc
commit
7c48c824bd
@ -10,4 +10,5 @@
|
||||
grafana-piechart-panel = callPackage ./grafana-piechart-panel { };
|
||||
grafana-polystat-panel = callPackage ./grafana-polystat-panel { };
|
||||
grafana-worldmap-panel = callPackage ./grafana-worldmap-panel { };
|
||||
redis-datasource = callPackage ./redis-datasource { };
|
||||
}
|
||||
|
@ -0,0 +1,13 @@
|
||||
{ grafanaPlugin, lib }:
|
||||
|
||||
grafanaPlugin rec {
|
||||
pname = "redis-datasource";
|
||||
version = "2.1.1";
|
||||
zipHash = "sha256-Qhdh2UYOq/El08jTheKRa3f971QKeVmMWiA6rnXNUi4=";
|
||||
meta = with lib; {
|
||||
description = "Redis Data Source for Grafana";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ azahi ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user