inter: 3.5 -> 3.6

This commit is contained in:
Will Dietz 2019-05-30 21:49:50 -05:00
parent 5dfbc73c3b
commit 2eea963683
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "3.5";
version = "3.6";
in fetchzip {
name = "inter-${version}";
@ -12,14 +12,14 @@ in fetchzip {
unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
'';
sha256 = "0zqixzzbb3n1j4jvpjm0hlxc32j53hgq4j078gihjkhgvjhsklf2";
sha256 = "0m0psphc4npxfn6cpvyx5xs54grwn3mjbj9yyipm0lbihq4mih7q";
meta = with lib; {
homepage = https://rsms.me/inter/;
description = "A typeface specially designed for user interfaces";
license = licenses.ofl;
platforms = platforms.all;
maintainers = with maintainers; [ demize ];
maintainers = with maintainers; [ demize dtzWill ];
};
}