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