bdf2psf: 1.184 -> 1.185 (#45845)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
bdf2psf
This commit is contained in:
R. RyanTM 2018-08-31 14:12:48 -07:00 committed by xeji
parent 4663cd2b3b
commit 19a94e60da

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "bdf2psf-${version}";
version = "1.184";
version = "1.185";
src = fetchurl {
url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
sha256 = "0lyxiwm0586b8gyl13ks2rqqa6abkqaxc4i08hvwyza1k1cqm2jc";
sha256 = "0i8ppqj6yhdkvjkwfl588f2zpaybj61pq64bhlnmc8c4snwpn1z6";
};
buildInputs = [ dpkg ];