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

bdf2psf: 1.202 -> 1.203
This commit is contained in:
Michele Guerini Rocco 2021-06-02 23:52:36 +02:00 committed by GitHub
commit 9859f4e508
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.202";
version = "1.203";
src = fetchurl {
url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
sha256 = "sha256-QXjORfwPxNF9iWF29YcVyT2EAwcR4UQjF4Zv7dPMC9c=";
sha256 = "sha256-jQJC3b+HsEeKYRKQUfI2w3xYDJHs9ajfN8lb6Upzgd8=";
};
nativeBuildInputs = [ dpkg ];