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