charis-sil: 6.000 -> 6.001

This commit is contained in:
R. RyanTM 2021-07-05 18:18:19 +00:00 committed by Jonathan Ringer
parent 5ae5364516
commit 8cdb43c7ad

View file

@ -1,7 +1,7 @@
{ lib, fetchzip }: { lib, fetchzip }:
let let
version = "6.000"; version = "6.001";
in in
fetchzip rec { fetchzip rec {
name = "charis-sil-${version}"; 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}" unzip -j $downloadedFile \*OFL.txt \*OFL-FAQ.txt \*README.txt \*FONTLOG.txt -d "$out/share/doc/${name}"
''; '';
sha256 = "sha256-eMmC893rI42qzZVCI17i9XSAbQzXCK2fHVe5Pf1/VnM="; sha256 = "sha256-eKSOvYuTMpAnTk4sRiWFUDJrTsF+K5716ALCepaUU08=";
meta = with lib; { meta = with lib; {
homepage = "https://software.sil.org/charis"; homepage = "https://software.sil.org/charis";