nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 18 lines 660 B view raw
1{ grafanaPlugin, lib }: 2 3grafanaPlugin { 4 pname = "yesoreyeram-infinity-datasource"; 5 version = "2.11.0"; 6 zipHash = { 7 x86_64-linux = "sha256-p5qLRImAuV8pqbwn+egbGMiPW6xdy8yQoRWdoiE4+B8="; 8 aarch64-linux = "sha256-gmmFe2TrhPqTQz4aExx/kAgzqCcEvu2Az7SHmpJaMv8="; 9 x86_64-darwin = "sha256-BuOMpZK+NoJx32f3pqcDI5szIW4bQl3+yFZI9zjzYE8="; 10 aarch64-darwin = "sha256-ss/HxouKDZYZvF42KWJgMbOh9kSviH5oz6f/mrlcXk8="; 11 }; 12 meta = with lib; { 13 description = "Visualize data from JSON, CSV, XML, GraphQL and HTML endpoints in Grafana"; 14 license = licenses.asl20; 15 maintainers = with maintainers; [ nagisa ]; 16 platforms = platforms.unix; 17 }; 18}