nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1{ grafanaPlugin, lib }:
2
3grafanaPlugin {
4 pname = "marcusolsson-dynamictext-panel";
5 version = "6.2.0";
6 zipHash = "sha256-pxTmylBvI73csDM6rMoUjGN9EM5zR/PfH1ZE1XKW94c=";
7 meta = {
8 description = "Dynamic, data-driven text panel for Grafana";
9 license = lib.licenses.asl20;
10 maintainers = with lib.maintainers; [ herbetom ];
11 platforms = lib.platforms.unix;
12 };
13}