about summary refs log tree commit diff
path: root/pkgs/data/fonts/junicode
diff options
context:
space:
mode:
authorIvan Timokhin <nixpkgs@ivan.timokhin.name>2023-10-21 11:34:00 +0300
committerIvan Timokhin <nixpkgs@ivan.timokhin.name>2023-10-26 22:52:27 +0300
commit7eb1f016f9519d518ad5783b7eee4295208b3f22 (patch)
tree888e770c9e8beae339849634c8651ff3dc45963d /pkgs/data/fonts/junicode
parent082549907b3f9ef028c6b7e4cfbba128be66cd9b (diff)
junicode: 2.004 -> 2.100
Release announcement:
https://github.com/psb1558/Junicode-font/releases/tag/v2.100

From it:

Version 2.100 features a thorough reworking of the font's number
system. The default numbers are now oldstyle (or "lowercase")
proportional, and the metrics, kerning, and often the outlines of the
number glyphs have been refined, along with those of glyphs typically
associated with numbers (e.g. currency symbols). An alternate, more
modern style of some oldstyle numbers has been supplied and made
available via Stylistic Set 9 (ss09).
Diffstat (limited to 'pkgs/data/fonts/junicode')
-rw-r--r--pkgs/data/fonts/junicode/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/fonts/junicode/default.nix b/pkgs/data/fonts/junicode/default.nix
index 9a9925554720c..e4bc954dec345 100644
--- a/pkgs/data/fonts/junicode/default.nix
+++ b/pkgs/data/fonts/junicode/default.nix
@@ -2,11 +2,11 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "junicode";
-  version = "2.004";
+  version = "2.100";
 
   src = fetchzip {
     url = "https://github.com/psb1558/Junicode-font/releases/download/v${version}/Junicode_${version}.zip";
-    hash = "sha256-bdtyfdNjCATlk74T6aADUmcf5nhyGSM/7kIpRl324Go=";
+    hash = "sha256-Sd3WhG846m2CXz+NKDAod5bfF91MOR1Vq0wpuOE+cDQ=";
   };
 
   outputs = [ "out" "doc" ];