inter: 3.18 -> 3.19

This commit is contained in:
R. RyanTM 2021-06-22 01:32:52 +00:00 committed by Jonathan Ringer
parent 7936eaa3a6
commit 16bedb4e99

View file

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "3.18";
version = "3.19";
in fetchzip {
name = "inter-${version}";
@ -12,7 +12,7 @@ in fetchzip {
unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
'';
sha256 = "sha256-+wbN1vSS8v1Z1VIfDNeY9DB8Kr6v7UnFg37EPPAD7wI=";
sha256 = "sha256-8p15thg3xyvCA/8dH2jGQoc54nzESFDyv5m47FgWrSI=";
meta = with lib; {
homepage = "https://rsms.me/inter/";