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

bdf2psf: 1.223 -> 1.225
This commit is contained in:
Michele Guerini Rocco 2024-02-15 08:02:54 +01:00 committed by GitHub
commit d8ca393ba0
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.223";
version = "1.225";
src = fetchurl {
url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
sha256 = "sha256-T9tj91mLB3PNRmJs75ohGjvBt1C5wotQr++MCdmyWBI=";
sha256 = "sha256-QEu1USgoOrFE2dHWodfg0nu4HM5C3V/pcpBIKIRuZuQ=";
};
nativeBuildInputs = [ dpkg ];