Unverified Commit 13497c5e authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

bdf2psf: 1.235 -> 1.236 (#402275)

parents 3701dbcb 4e8bfcee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenv.mkDerivation rec {
  pname = "bdf2psf";
  version = "1.235";
  version = "1.236";

  src = fetchurl {
    url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
    sha256 = "sha256-liJHtkJ53wtI91ztozygQNc0x6XOzesgaURJei0z4rg=";
    sha256 = "sha256-b4zEgpDxvllj/9EuKdgTOz1X6bB+4nk/W1WUUMBCU+s=";
  };

  nativeBuildInputs = [ dpkg ];