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