Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
370 B
Nix
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
{ grafanaPlugin, lib }:
grafanaPlugin {
pname = "victoriametrics-logs-datasource";
version = "0.19.3";
zipHash = "sha256-UMHcH4o6/Wr7Wct977HdOiXgvXo0j9LfZxPcRCqG2+U=";
meta = {
description = "Grafana datasource for VictoriaLogs";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ samw ];
platforms = lib.platforms.unix;
};
}