junicode: 2.001 -> 2.002

Release announcement:
https://github.com/psb1558/Junicode-font/releases/tag/v2.002

From it:

Version 2.002 adds U+0243 B with stroke (with small cap and petite cap
variants) and variants of U+014A Eng (with small cap and petite cap
variants). It also adds many anchors and refines and corrects many
outlines (especially in roman).
This commit is contained in:
Ivan Timokhin 2023-08-27 17:56:51 +03:00
parent efb9f909d6
commit 8ed7ffbd79

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "junicode";
version = "2.001";
version = "2.002";
src = fetchzip {
url = "https://github.com/psb1558/Junicode-font/releases/download/v${version}/Junicode_${version}.zip";
hash = "sha256-AEbRU0KiB9gLdxcXn8Mn/XLjBEm0qa4cV6+xE1HKU5s=";
hash = "sha256-AHy4uT0LEof69+ECoFlKmALPTTPbvRNjmFD240koWAE=";
};
outputs = [ "out" "doc" ];