10 src = fetchFromGitHub {
14 hash = "sha256-0pM36rAmwx/P1KAlmVaGoSj8eb9JucYycNC2R867dVo=";
17 vendorHash = "sha256-veg5B68AQhkSZg8YA/e4FbqJNG0YGwnUQFsAdscz0QI=";
19 ldflags = [ "-s" "-w" "-X main.Version=${version}" ];
22 description = "Command-line tool for rendering metrics dashboards inspired by Grafana";
23 homepage = "https://github.com/slok/grafterm";
24 license = licenses.asl20;
25 maintainers = with maintainers; [ arikgrahl ];