bdf2psf: 1.137 -> 1.146

wip/yesman
Rahul Gopinath 8 years ago
parent 89523c117b
commit 9f0330d94b
  1. 6
      pkgs/tools/misc/bdf2psf/default.nix

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "bdf2psf-${version}";
version = "1.137";
version = "1.146";
src = fetchurl {
url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
sha256 = "08pgpwg0ccf0j4r8dbaadh1yr4h4fnvkfb5ym49kwvm2p2vxdq32";
sha256 = "0lv77wl8vmjaish3v3gsaxb34hv8lcqarcm0mhl87ys37c1lr31x";
};
buildInputs = [ dpkg ];
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
Font converter to generate console fonts from BDF source fonts
'';
license = licenses.gpl2;
maintainers = with maintainers; [ rnhmjoj ];
maintainers = with maintainers; [ rnhmjoj vrthra ];
platforms = platforms.unix;
};
}

Loading…
Cancel
Save