1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-Y+RRFFCeuDjzTznpfC7Wn3j96ZCFSOzvb8ND/ATW+JI=";
16 ldflags = [ "-s" "-w" ];
19 homepage = "https://github.com/guptarohit/asciigraph";
20 description = "Lightweight ASCII line graph ╭┈╯ command line app";
21 mainProgram = "asciigraph";
22 license = licenses.bsd3;
23 maintainers = with maintainers; [ mmahut ];