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

bdf2psf: 1.178 -> 1.184
This commit is contained in:
Jörg Thalheim 2018-04-26 23:10:29 +01:00 committed by GitHub
commit 29d726bae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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