about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorMoritz Sanft <58110325+msanft@users.noreply.github.com>2024-04-08 19:01:23 +0200
committerMoritz Sanft <58110325+msanft@users.noreply.github.com>2024-04-08 19:17:53 +0200
commit20c6500f4d41d7e8a68cfd48e1cf5c4d9cbe65d4 (patch)
treeb1546f24c568ebf1f4f8d9c797bd28b7a4b29a6e /pkgs/by-name
parenta9fee3efbc865b6294df2deaa4152feeabb13e64 (diff)
ark-pixel-font: 2023.11.26 -> 2024.04.05
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/ar/ark-pixel-font/package.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/pkgs/by-name/ar/ark-pixel-font/package.nix b/pkgs/by-name/ar/ark-pixel-font/package.nix
index 1339015a8c65b..15d3b4dd43f69 100644
--- a/pkgs/by-name/ar/ark-pixel-font/package.nix
+++ b/pkgs/by-name/ar/ark-pixel-font/package.nix
@@ -1,24 +1,23 @@
 { lib
-, python3Packages
+, python312Packages
 , fetchFromGitHub
 , nix-update-script
-, ...
 }:
 
-python3Packages.buildPythonPackage rec {
+python312Packages.buildPythonPackage rec {
   pname = "ark-pixel-font";
-  version = "2023.11.26";
+  version = "2024.04.05";
 
   src = fetchFromGitHub {
     owner = "TakWolf";
     repo = pname;
     rev = version;
-    hash = "sha256-6a9wNmcXlEesPthpMt+GrWyO3x6WVtemVTXP8rbWmLk=";
+    hash = "sha256-G34cu/mSt/p8UPJt+Q1T2qy6d9LGgT1Jslt9syRz5eo=";
   };
 
   format = "other";
 
-  nativeBuildInputs = with python3Packages; [
+  nativeBuildInputs = with python312Packages; [
     pixel-font-builder
     unidata-blocks
     character-encoding-utils