bdf2psf: 1.194 -> 1.195

This commit is contained in:
R. RyanTM 2020-03-29 10:58:40 +00:00
parent 1b5e196f3f
commit 9fc47b3849

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bdf2psf";
version = "1.194";
version = "1.195";
src = fetchurl {
url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
sha256 = "10c0rbhqscizfa063m6mms31i0knh25bxr35s008b6mp5pxr33mc";
sha256 = "04dsxp6vcy9z9gh41bq970wvdnhkmbdlizsy0dyhsl5axm5i84xz";
};
nativeBuildInputs = [ dpkg ];
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "BDF to PSF converter";
homepage = https://packages.debian.org/sid/bdf2psf;
homepage = "https://packages.debian.org/sid/bdf2psf";
longDescription = ''
Font converter to generate console fonts from BDF source fonts
'';