bdf2psf: 1.226 -> 1.227

This commit is contained in:
R. Ryantm 2024-06-02 01:55:24 +00:00
parent a37a6e107f
commit 30758e7011

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bdf2psf";
version = "1.226";
version = "1.227";
src = fetchurl {
url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
sha256 = "sha256-MLNLeCgBzp2awt9ZJM2kaCWQhRnC6sSwm1fHlv3EwHo=";
sha256 = "sha256-EJnxgz+ZKMtl6eIpIPYdXeMAnV/gydgklC/7yG2THpM=";
};
nativeBuildInputs = [ dpkg ];