10 src = fetchFromGitHub {
11 owner = "achannarasappa";
14 sha256 = "sha256-2Q+5EVeF8kXO4RogQIQHafV0AKIEKBFGqt27Vkanwss=";
17 vendorSha256 = "sha256-6bosJ2AlbLZ551tCNPmvNyyReFJG+iS3SYUFti2/CAw=";
20 "-s" "-w" "-X github.com/achannarasappa/ticker/cmd.Version=v${version}"
23 # Tests require internet
27 description = "Terminal stock ticker with live updates and position tracking";
28 homepage = "https://github.com/achannarasappa/ticker";
29 license = licenses.gpl3Plus;
30 maintainers = with maintainers; [ siraben ];