inter: 3.5 -> 3.6
This commit is contained in:
parent
5dfbc73c3b
commit
2eea963683
@ -1,7 +1,7 @@
|
|||||||
{ lib, fetchzip }:
|
{ lib, fetchzip }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3.5";
|
version = "3.6";
|
||||||
in fetchzip {
|
in fetchzip {
|
||||||
name = "inter-${version}";
|
name = "inter-${version}";
|
||||||
|
|
||||||
@ -12,14 +12,14 @@ in fetchzip {
|
|||||||
unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
|
unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
|
||||||
'';
|
'';
|
||||||
|
|
||||||
sha256 = "0zqixzzbb3n1j4jvpjm0hlxc32j53hgq4j078gihjkhgvjhsklf2";
|
sha256 = "0m0psphc4npxfn6cpvyx5xs54grwn3mjbj9yyipm0lbihq4mih7q";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://rsms.me/inter/;
|
homepage = https://rsms.me/inter/;
|
||||||
description = "A typeface specially designed for user interfaces";
|
description = "A typeface specially designed for user interfaces";
|
||||||
license = licenses.ofl;
|
license = licenses.ofl;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ demize ];
|
maintainers = with maintainers; [ demize dtzWill ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user