Merge pull request #83669 from r-ryantm/auto-update/bdf2psf
bdf2psf: 1.194 -> 1.195
This commit is contained in:
commit
7f5400c344
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bdf2psf";
|
pname = "bdf2psf";
|
||||||
version = "1.194";
|
version = "1.195";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
|
url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
|
||||||
sha256 = "10c0rbhqscizfa063m6mms31i0knh25bxr35s008b6mp5pxr33mc";
|
sha256 = "04dsxp6vcy9z9gh41bq970wvdnhkmbdlizsy0dyhsl5axm5i84xz";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ dpkg ];
|
nativeBuildInputs = [ dpkg ];
|
||||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "BDF to PSF converter";
|
description = "BDF to PSF converter";
|
||||||
homepage = https://packages.debian.org/sid/bdf2psf;
|
homepage = "https://packages.debian.org/sid/bdf2psf";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Font converter to generate console fonts from BDF source fonts
|
Font converter to generate console fonts from BDF source fonts
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue