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

Changed files
+2 -2
pkgs
tools
misc
bdf2psf
+2 -2
pkgs/tools/misc/bdf2psf/default.nix
···
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 ];