Unverified Commit b8e3cf06 authored by éclairevoyant's avatar éclairevoyant
Browse files

ark-pixel-font: 2024.04.05 -> 2024.05.12

parent 36e2fde9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

python312Packages.buildPythonPackage rec {
  pname = "ark-pixel-font";
  version = "2024.04.05";
  version = "2024.05.12";

  src = fetchFromGitHub {
    owner = "TakWolf";
    repo = pname;
    rev = version;
    hash = "sha256-G34cu/mSt/p8UPJt+Q1T2qy6d9LGgT1Jslt9syRz5eo=";
    repo = "ark-pixel-font";
    rev = "refs/tags/${version}";
    hash = "sha256-PGhhKWHDpvOqa3vaI40wuIsAEdWGb62cN7QJeHQqiss=";
  };

  format = "other";