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

bdf2psf: 1.229 -> 1.230
This commit is contained in:
Michele Guerini Rocco 2024-07-25 07:49:34 +02:00 committed by GitHub
commit 2646babf7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bdf2psf";
version = "1.229";
version = "1.230";
src = fetchurl {
url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
sha256 = "sha256-RQz3ny2a77jzR4wrGpXOl7Gvkw2dGae4xwnwu3EeeeY=";
sha256 = "sha256-W7eFrzuDcjm9P2hAP7+u9YPIhCqF3pbWb9+ynmKjs5M=";
};
nativeBuildInputs = [ dpkg ];