3
0
Fork 0
forked from mirrors/nixpkgs

bdf2psf: 1.148 -> 1.152

This commit is contained in:
rnhmjoj 2016-10-31 23:37:22 +01:00
parent e675b2c0de
commit 80918cad0b
No known key found for this signature in database
GPG key ID: 362BB82B7E496B7C

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "bdf2psf-${version}";
version = "1.148";
version = "1.152";
src = fetchurl {
url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
sha256 = "1d0qqzln5w7f7kkw75cp8g8hg43f85xj0h68y6j6yw7d62q1406g";
sha256 = "1hk5g0zhj78p74z0hdx3v29s5bpx0npabwdawaigwwxrrj03q9mw";
};
buildInputs = [ dpkg ];