mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
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:
parent
efb9f909d6
commit
8ed7ffbd79
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user