inter: 3.10 -> 3.11

This commit is contained in:
Will Dietz 2019-10-23 04:13:28 -05:00 committed by Jon
parent 99b5363ea5
commit 8825940cec

View file

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "3.10";
version = "3.11";
in fetchzip {
name = "inter-${version}";
@ -12,7 +12,7 @@ in fetchzip {
unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
'';
sha256 = "029fjpgdml8qx2cqn4rnh2xm3z4cnh74jlzjb8pbfm2azsnvi6r1";
sha256 = "1bk4q478jy84ylgm1mmh23n8cw1cd3k7gvfih77sd7ya1zv26vl1";
meta = with lib; {
homepage = https://rsms.me/inter/;