Merge pull request #126660 from lukegb/grafana-plugins

Grafana plugins fixups
This commit is contained in:
Luke Granger-Brown 2021-06-17 17:36:04 +01:00 committed by GitHub
commit 3f9eeb7e19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@ grafanaPlugin rec {
zipHash = "sha256-80JaMhY/EduSWvFrScfua99DGhT/FJUqY/kl0CafKCs=";
meta = with lib; {
description = "Clock panel for Grafana";
license = licenses.asl20;
license = licenses.mit;
maintainers = with maintainers; [ lukegb ];
platforms = platforms.unix;
};

View file

@ -2,11 +2,11 @@
grafanaPlugin rec {
pname = "grafana-piechart-panel";
version = "1.6.1";
zipHash = "sha256-64K/efoBKuBFp8Jw79hTdMyTurTZsL0qfgPDcUWz2jg=";
version = "1.6.2";
zipHash = "sha256-xKyVT092Ffgzl0BewQw5iZ14I/q6CviUR5t9BVM0bf0=";
meta = with lib; {
description = "Pie chart panel for Grafana";
license = licenses.asl20;
license = licenses.mit;
maintainers = with maintainers; [ lukegb ];
platforms = platforms.unix;
};

View file

@ -2,11 +2,11 @@
grafanaPlugin rec {
pname = "grafana-worldmap-panel";
version = "0.3.2";
zipHash = "sha256-MGAJzS9X91x6wt305jH1chLoW3zd7pIYDwRnPg9qrgE=";
version = "0.3.3";
zipHash = "sha256-3n1p3SvcBQMmnbnHimLBP7hauVV1IS3SMwttUWTNvb8=";
meta = with lib; {
description = "World Map panel for Grafana";
license = licenses.asl20;
license = licenses.mit;
maintainers = with maintainers; [ lukegb ];
platforms = platforms.unix;
};

View file

@ -19247,7 +19247,7 @@ in
gofish = callPackage ../servers/gopher/gofish { };
grafana = callPackage ../servers/monitoring/grafana { };
grafanaPlugins = dontRecurseIntoAttrs (callPackage ../servers/monitoring/grafana/plugins { });
grafanaPlugins = callPackages ../servers/monitoring/grafana/plugins { };
grafana-agent = callPackage ../servers/monitoring/grafana-agent { };