7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
14 rev = "termsnap-v${version}";
15 hash = "sha256-bYqhrMmgkEAiA1eiDbIOwH/PktwtIfxmYJRwDrFsNIc=";
18 cargoHash = "sha256-Q1FTVaFZzJJNQg6FDOaPpRCpPgw2EPQsnb8o6dSoVWw=";
21 description = "Create SVGs from terminal output";
22 homepage = "https://github.com/tomcur/termsnap";
23 license = licenses.mit;
24 maintainers = with maintainers; [ yash-garg ];
25 mainProgram = "termsnap";