about summary refs log tree commit diff
path: root/pkgs/tools/misc/bdf2psf
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-26 19:15:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-26 19:15:09 +0000
commit8f750cbbfd6c0dff28ac11315dcabb46d98b9214 (patch)
tree1fd6e275a0ed682031a0b2db0af857db60a0926f /pkgs/tools/misc/bdf2psf
parent399e2c78d4610a50f7c74ff4b17fecd0b782ba2a (diff)
bdf2psf: 1.215 -> 1.217
Diffstat (limited to 'pkgs/tools/misc/bdf2psf')
-rw-r--r--pkgs/tools/misc/bdf2psf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/bdf2psf/default.nix b/pkgs/tools/misc/bdf2psf/default.nix
index 4f0905b5cf714..0fdb2736d2018 100644
--- a/pkgs/tools/misc/bdf2psf/default.nix
+++ b/pkgs/tools/misc/bdf2psf/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "bdf2psf";
-  version = "1.215";
+  version = "1.217";
 
   src = fetchurl {
     url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
-    sha256 = "+xqxI4qaIJc6z7BcVDcKg4dhc+xH56ZEspWf7UPdHnY=";
+    sha256 = "sha256-Rsud1DEsI946F8VzaF+S8nqTMih7ILWPhfx4zqa4Y9E=";
   };
 
   nativeBuildInputs = [ dpkg ];