nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1{ grafanaPlugin, lib }:
2
3grafanaPlugin {
4 pname = "marcusolsson-json-datasource";
5 version = "1.3.25";
6 zipHash = "sha256-6F6ECRZT8l3sWXn5KEcT2QRIIi3o8AULbV4InFm1hTo=";
7 meta = {
8 description = "Grafana JSON Datasource plugin empowers you to seamlessly integrate JSON data into Grafana";
9 license = lib.licenses.asl20;
10 maintainers = with lib.maintainers; [ nagisa ];
11 platforms = lib.platforms.unix;
12 };
13}