inter: 3.6 -> 3.7

https://github.com/rsms/inter/releases/tag/v3.7
This commit is contained in:
Will Dietz 2019-06-01 00:52:25 -05:00
parent 2eea963683
commit 138fd34f24
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

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