charis-sil: 6.001 -> 6.101

This commit is contained in:
R. Ryantm 2022-02-21 08:16:29 +00:00
parent f9e65e44e5
commit 87cc2bc294

View File

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "6.001";
version = "6.101";
in
fetchzip rec {
name = "charis-sil-${version}";
@ -14,7 +14,7 @@ in
unzip -j $downloadedFile \*OFL.txt \*OFL-FAQ.txt \*README.txt \*FONTLOG.txt -d "$out/share/doc/${name}"
'';
sha256 = "sha256-eKSOvYuTMpAnTk4sRiWFUDJrTsF+K5716ALCepaUU08=";
sha256 = "sha256-b1ms9hJ6IPe7W6O9KgzHZvwT4/nAoLOhdydcUrwNfnU=";
meta = with lib; {
homepage = "https://software.sil.org/charis";