3
0
Fork 0
forked from mirrors/nixpkgs

junicode: 2.203 -> 2.206

This commit is contained in:
R. Ryantm 2024-01-22 11:33:46 +00:00
parent 5836514c53
commit 2300b8e932

View file

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "junicode";
version = "2.203";
version = "2.206";
src = fetchzip {
url = "https://github.com/psb1558/Junicode-font/releases/download/v${version}/Junicode_${version}.zip";
hash = "sha256-RG12veiZXqjfK2gONmauhGReuLEkqxbQ4h4PEwaih/U=";
hash = "sha256-oOKg85Yz5/2/pvwjVqeQXE8xE7X+QJvPYwYN+E18oEc=";
};
outputs = [ "out" "doc" ];