ark-pixel-font: 2023.11.26 -> 2024.04.05

This commit is contained in:
Moritz Sanft 2024-04-08 19:01:23 +02:00
parent a9fee3efbc
commit 20c6500f4d
No known key found for this signature in database
GPG Key ID: 335D28368B1DA615
1 changed files with 5 additions and 6 deletions

View File

@ -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