hackgen-nf-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:39:02 +09:00
parent 28055e80b8
commit 1a2145e48d
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "hackgen-nf-font";
version = "2.8.0";
version = "2.9.0";
src = fetchzip {
url = "https://github.com/yuru7/HackGen/releases/download/v${version}/HackGen_NF_v${version}.zip";
hash = "sha256-RLEq5IoA3gk/IzabV8wdJYj8yMpbWQVz+Qunef6oNOs=";
hash = "sha256-Lh4WQJjeP4JuR8jSXpRNSrjRsNPmNXSx5AItNYMJL2A=";
};
installPhase = ''