3
0
Fork 0
forked from mirrors/nixpkgs

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

bdf2psf: 1.201 -> 1.202
This commit is contained in:
Michele Guerini Rocco 2021-03-22 23:40:52 +01:00 committed by GitHub
commit e0c05e18ae
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.201";
version = "1.202";
src = fetchurl {
url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
sha256 = "sha256-XVaROIxyNBBFoXf+K1mv4mW8wWozqMcs1cgaWj8L8Q0=";
sha256 = "sha256-QXjORfwPxNF9iWF29YcVyT2EAwcR4UQjF4Zv7dPMC9c=";
};
nativeBuildInputs = [ dpkg ];