1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
10 rev = "BANNER_V${version}";
11 sha256 = "ISSnGzrFSzSj/+KxgeFtaw4H+4Ea5x5S5C8xjcjKWqQ=";
15 homepage = "https://github.com/pronovic/banner";
16 description = "Print large banners to ASCII terminals";
17 license = licenses.gpl2Only;
20 An implementation of the traditional Unix-program used to display
24 platforms = platforms.all;
25 maintainers = with maintainers; [ pSub ];