Merge pull request #232025 from r-ryantm/auto-update/bdf2psf

bdf2psf: 1.218 -> 1.220
This commit is contained in:
Michele Guerini Rocco 2023-05-15 15:30:15 +02:00 committed by GitHub
commit cc0522d3fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bdf2psf";
version = "1.218";
version = "1.220";
src = fetchurl {
url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
sha256 = "sha256-pHL3Q/qOLq8AAmMuNoGRzz+c1xQxJk/6+t6u3EdWqMY=";
sha256 = "sha256-cDpHYuWe3tAh7QSfeYEV4XsUBccdTs3b+0xYYrPKmR4=";
};
nativeBuildInputs = [ dpkg ];