9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 hash = "sha256-yBAxPwgKyFFIX0wuG7oG+FbEDpA5cPwyyJgWrFErJ7I=";
26 description = "Prints an ASCII logo and some system info";
27 mainProgram = "linux_logo";
28 homepage = "http://www.deater.net/weave/vmwprod/linux_logo";
29 changelog = "https://github.com/deater/linux_logo/blob/${src.rev}/CHANGES";
30 license = licenses.gpl2Plus;
31 maintainers = with maintainers; [ azahi ];
32 platforms = platforms.linux;