bdf2psf 1.152 -> 1.158

This commit is contained in:
rnhmjoj 2017-02-04 18:31:31 +01:00
parent 9e299acf87
commit ab983c4dbd
No known key found for this signature in database
GPG Key ID: 362BB82B7E496B7C
1 changed files with 2 additions and 2 deletions

View File

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