Commit 8ed7ffbd authored by Ivan Timokhin's avatar Ivan Timokhin
Browse files

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).
parent efb9f909
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];