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

bdf2psf: 1.204 -> 1.205
This commit is contained in:
Michele Guerini Rocco 2021-07-27 10:04:11 +02:00 committed by GitHub
commit 3ae67b1606
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.204";
version = "1.205";
src = fetchurl {
url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
sha256 = "sha256-oyBkt52mWM2FiaM++s5Uoe7Wd0v1oLM7HjWKDjIonGE=";
sha256 = "sha256-elFmsqtndo4ReR4IoyhC56k0PMqy5QrUxOGUQLGeu0I=";
};
nativeBuildInputs = [ dpkg ];