bdf2psf 1.211 -> 1.213 https://repology.org/metapackage/bdf2psf/versions attrpath: bdf2psf Checking auto update branch... No auto update branch exists Old version 1.211" not present in master derivation file with contents: { lib, stdenv, fetchurl, perl, dpkg }: stdenv.mkDerivation rec { pname = "bdf2psf"; version = "1.215"; src = fetchurl { url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb"; sha256 = "+xqxI4qaIJc6z7BcVDcKg4dhc+xH56ZEspWf7UPdHnY="; }; nativeBuildInputs = [ dpkg ]; dontConfigure = true; dontBuild = true; unpackPhase = '' runHook preUnpack dpkg-deb -x $src . runHook postUnpack ''; installPhase = '' runHook preInstall substituteInPlace usr/bin/bdf2psf --replace /usr/bin/perl "${perl}/bin/perl" rm usr/share/doc/bdf2psf/changelog.gz mv usr "$out" runHook postInstall ''; meta = with lib; { description = "BDF to PSF converter"; homepage = "https://packages.debian.org/sid/bdf2psf"; longDescription = '' Font converter to generate console fonts from BDF source fonts ''; license = licenses.gpl2Plus; maintainers = with maintainers; [ rnhmjoj vrthra ]; platforms = platforms.all; }; }