7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-Vyd35wYDNI4T7DdqihwpmJOAZGxjnCeWS609o3L+gHM=";
18 cargoHash = "sha256-ujQAT36qzlfliEC7rFYiWUb3DuwkqCvpUS5Q3v+6378=";
21 description = "Easily create graphs from cli commands and view them in the terminal";
23 Easily create graphs from cli commands and view them in the terminal.
24 Like the watch command but with a graph of the output.
26 homepage = "https://github.com/aantn/smag";
27 license = licenses.mit;
28 changelog = "https://github.com/aantn/smag/releases/tag/v${version}";
30 maintainers = with maintainers; [ zebreus ];