1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "ascii-image-converter";
7 src = fetchFromGitHub {
9 repo = "ascii-image-converter";
11 sha256 = "sha256-svM/TzGQU/QgjqHboy0470+A6p4kR76typ9gnfjfAJk=";
14 vendorHash = "sha256-rQS3QH9vnEbQZszG3FOr1P5HYgS63BurCNCFQTTdvZs=";
17 description = "Convert images into ASCII art on the console";
18 homepage = "https://github.com/TheZoraiz/ascii-image-converter#readme";
19 license = licenses.asl20;
20 maintainers = [ maintainers.danth ];
21 mainProgram = "ascii-image-converter";