mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
13 lines
321 B
Nix
13 lines
321 B
Nix
{ grafanaPlugin, lib }:
|
|
|
|
grafanaPlugin {
|
|
pname = "redis-datasource";
|
|
version = "2.2.0";
|
|
zipHash = "sha256-a4at8o185XSOyNxZZKfb0/j1CVoKQ9JZx0ofoPUBqKs=";
|
|
meta = {
|
|
description = "Redis Data Source for Grafana";
|
|
license = lib.licenses.asl20;
|
|
maintainers = [ ];
|
|
platforms = lib.platforms.unix;
|
|
};
|
|
}
|