hackgen-font: 2.9.0 -> 2.9.1

This commit is contained in:
R. Ryantm 2024-12-08 00:40:10 +00:00
parent 65484f88b2
commit 7c74092202

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "hackgen-font";
version = "2.9.0";
version = "2.9.1";
src = fetchzip {
url = "https://github.com/yuru7/HackGen/releases/download/v${version}/HackGen_v${version}.zip";
hash = "sha256-Ah2oVP8nzFiYA76kMPa9+YHQwFxq4i1muwkcmC7TzOk=";
hash = "sha256-PkCaidfPcUBGjPu36Jza175jCu6WJ06YhVFDENzd+Z4=";
};
installPhase = ''