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