1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-L2Yvp+UR6q45ctKsi0v45lKkSE7eJsUPvG7lpX8M6nQ=";
14 vendorHash = "sha256-4kF+LwVNBY770wHLLcVlAqPoy4SNhbp2TxdNWRiJL6Q=";
17 description = "A tool to output images as RGB ANSI graphics on the terminal";
18 homepage = "https://github.com/trashhalo/imgcat";
19 license = licenses.mit;
20 maintainers = with maintainers; [ penguwin ];