junicode: 0.7.8 -> 1.002

This commit is contained in:
Ivan Timokhin 2020-03-08 12:30:43 +03:00
parent 0eb0ddc4db
commit 95a968cd32

View file

@ -1,16 +1,16 @@
{ lib, fetchzip }:
fetchzip {
name = "junicode-0.7.8";
name = "junicode-1.002";
url = mirror://sourceforge/junicode/junicode/junicode-0-7-8/junicode-0-7-8.zip;
url = mirror://sourceforge/junicode/junicode/junicode-1.002/junicode-1.002.zip;
postFetch = ''
mkdir -p $out/share/fonts
unzip -j $downloadedFile \*.ttf -d $out/share/fonts/junicode-ttf
'';
sha256 = "0q4si9pnbif36154sv49kzc7ygivgflv81nzmblpz3b2p77g9956";
sha256 = "1n170gw41lr0zr5958z5cgpg6i1aa7kj7iq9s6gdh1cqq7hhgd08";
meta = {
homepage = http://junicode.sourceforge.net/;