Unverified Commit 1eef5416 authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

bdf2psf: 1.234 -> 1.235 (#392707)

parents 49f5c5df dccfd9c6
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.234";
  version = "1.235";

  src = fetchurl {
    url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
    sha256 = "sha256-NML5KphZqTko6ez6NaTEXvbA1D9saPBYKGk8TD/HvRc=";
    sha256 = "sha256-liJHtkJ53wtI91ztozygQNc0x6XOzesgaURJei0z4rg=";
  };

  nativeBuildInputs = [ dpkg ];