1 { lib, stdenv, fetchFromGitHub, cmake } :
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "0a2dswbv4xddb2l2d55hc43lzvjwrjs5z9am7v6i0p0mi2fmc89s";
14 nativeBuildInputs = [ cmake ];
17 license = licenses.mit;
18 homepage = "https://github.com/posva/catimg";
19 description = "Insanely fast image printing in your terminal";
20 maintainers = with maintainers; [ ryantm ];
21 platforms = platforms.unix;
22 mainProgram = "catimg";