Merge pull request #144568 from rnhmjoj/pr-bdf2psf

bdf2psf: 1.205 -> 1.207
This commit is contained in:
Michele Guerini Rocco 2021-11-04 19:42:30 +01:00 committed by GitHub
commit c75cf683f3
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.205";
version = "1.207";
src = fetchurl {
url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
sha256 = "sha256-elFmsqtndo4ReR4IoyhC56k0PMqy5QrUxOGUQLGeu0I=";
sha256 = "0k9dv4s44k1khrhr6acsb2sqr5iq3d03ync82nzan5j7mckzs76v";
};
nativeBuildInputs = [ dpkg ];