Merge pull request #302617 from msanft/ark-pixel-font/fix-build-failure

ark-pixel-font: 2023.11.26 -> 2024.04.05
This commit is contained in:
Sandro 2024-04-09 00:40:02 +02:00 committed by GitHub
commit 2e83e10a6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,24 +1,23 @@
{ lib { lib
, python3Packages , python312Packages
, fetchFromGitHub , fetchFromGitHub
, nix-update-script , nix-update-script
, ...
}: }:
python3Packages.buildPythonPackage rec { python312Packages.buildPythonPackage rec {
pname = "ark-pixel-font"; pname = "ark-pixel-font";
version = "2023.11.26"; version = "2024.04.05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "TakWolf"; owner = "TakWolf";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-6a9wNmcXlEesPthpMt+GrWyO3x6WVtemVTXP8rbWmLk="; hash = "sha256-G34cu/mSt/p8UPJt+Q1T2qy6d9LGgT1Jslt9syRz5eo=";
}; };
format = "other"; format = "other";
nativeBuildInputs = with python3Packages; [ nativeBuildInputs = with python312Packages; [
pixel-font-builder pixel-font-builder
unidata-blocks unidata-blocks
character-encoding-utils character-encoding-utils