hackgen-font: 2.8.0 -> 2.9.0

https://github.com/yuru7/HackGen/releases/tag/v2.9.0
This commit is contained in:
natsukium 2023-05-03 20:37:22 +09:00
parent e218071c22
commit 28055e80b8
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

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