nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1{ grafanaPlugin, lib }:
2
3grafanaPlugin {
4 pname = "volkovlabs-rss-datasource";
5 version = "4.4.0";
6 zipHash = "sha256-0/B5E1DSjVq9e+1FAFw0J3Kuc7oud6apP9b07icg1Hk=";
7 meta = {
8 description = "Plugin for Grafana that retrieves RSS/Atom feeds and allows visualizing them using Dynamic Text and other panels";
9 license = lib.licenses.asl20;
10 maintainers = with lib.maintainers; [ nagisa ];
11 platforms = lib.platforms.unix;
12 };
13}