i-dot-ming: 8.00 -> 8.10 (#343226)

This commit is contained in:
Nick Cao 2024-09-20 17:06:02 -04:00 committed by GitHub
commit ace5234a41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "i.ming";
version = "8.00";
version = "8.10";
src = fetchurl {
url = "https://raw.githubusercontent.com/ichitenfont/I.Ming/${version}/${version}/I.Ming-${version}.ttf";
hash = "sha256-6345629OdKz6lTnD3Vjtp6DzsYy0ojaL0naXGrtdZvw=";
hash = "sha256-y6E7dbBQ1nG2EdAGMUcmLkIeFDWa1FMJSLBw9WER8PM=";
};
dontUnpack = true;