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

bdf2psf: 1.225 -> 1.226
This commit is contained in:
Michele Guerini Rocco 2024-02-18 12:03:00 +01:00 committed by GitHub
commit 6ed8f0348c
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.225";
version = "1.226";
src = fetchurl {
url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
sha256 = "sha256-QEu1USgoOrFE2dHWodfg0nu4HM5C3V/pcpBIKIRuZuQ=";
sha256 = "sha256-MLNLeCgBzp2awt9ZJM2kaCWQhRnC6sSwm1fHlv3EwHo=";
};
nativeBuildInputs = [ dpkg ];