9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 sha256 = "sha256-q8QznEgnALJS//l7XXHZlq07pI2jCCm2USEU96rO8N0=";
20 nativeBuildInputs = [ gettext which ];
22 passthru.updateScript = nix-update-script {
27 description = "Prints an ASCII logo and some system info";
28 homepage = "http://www.deater.net/weave/vmwprod/linux_logo";
29 changelog = "https://github.com/deater/linux_logo/blob/${version}/CHANGES_IN_${version}";
30 license = licenses.gpl2Plus;
31 maintainers = with maintainers; [ azahi ];
32 platforms = platforms.linux;