Commit Graph

26 Commits

Author SHA1 Message Date
R. RyanTM
c281128a95 iosevka-bin: 4.0.0 -> 4.0.2 2020-12-07 20:37:17 +00:00
R. RyanTM
5f35ce44e4 iosevka-bin: 3.7.1 -> 4.0.0 2020-11-30 22:56:13 +00:00
Aluísio Augusto Silva Gonçalves
e237f23b6a
iosevka-bin: move update script
Move bin.nix's update script to update-bin.sh so it doesn't conflict
with default.nix's update script.
2020-11-04 07:47:29 -03:00
Aluísio Augusto Silva Gonçalves
988f0cf3c5
iosevka-bin: Use iosevka's meta
The two packages have the same metadata, except for the maintainers.
2020-11-04 07:47:28 -03:00
V
d3025ee8c6 iosevka-bin: add support for variants
This adds the ability to select a specific prebuilt variant. It also adds
an updater script for generating their hashes. Additionally, switching
to TTC files reduces the package size by an order of magnitude.

Example usage:

	fonts.fonts = with pkgs; [
	  (iosevka-bin.override { variant = "ss10"; })
	  (iosevka-bin.override { variant = "sparkle"; })
	  (iosevka-bin.override { variant = "aile"; })
	];
2020-10-30 21:19:20 +01:00
R. RyanTM
bd5b6cb3b7 iosevka-bin: 3.4.1 -> 3.4.6 2020-08-25 18:14:02 +00:00
Martin Weinelt
99c6768ecb
Merge pull request #95184 from seylerius/master
iosevka: unify output directory with other fonts
2020-08-15 03:00:57 +02:00
R. RyanTM
42bf6d5c2e iosevka-bin: 3.3.1 -> 3.4.1 2020-08-14 00:06:27 +00:00
seylerius
6508e30050
iosevka-bin: unify output dir with other fonts 2020-08-11 05:27:37 -05:00
Will Dietz
2b58f47bd0
iosevka-bin: 3.2.2 -> 3.3.1
https://github.com/be5invis/Iosevka/releases/tag/v3.3.1
2020-07-29 00:08:44 -05:00
Riley Inman
f9a94f989d iosevka-bin: 2.3.3 -> 3.2.2 2020-07-05 10:05:47 -04:00
Michael Reilly
e20f308b8e treewide: quoted urls for RFC45, only the rebuilds 2020-04-05 10:17:15 -04:00
R. RyanTM
6852fee386 iosevka-bin: 2.3.2 -> 2.3.3 2019-11-25 18:05:58 -08:00
R. RyanTM
417834eb7a iosevka-bin: 2.3.0 -> 2.3.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/iosevka-bin/versions
2019-10-21 11:45:35 -07:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next 2019-09-04 11:00:56 +02:00
Tadeo Kondrak
346f49596b
iosevka-bin: 2.2.1 -> 2.3.0 2019-09-01 22:51:10 -06:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Will Dietz
32bf4cf9c9 iosevka-bin: 2.2.0 -> 2.2.1
https://github.com/be5invis/Iosevka/releases/tag/v2.2.1
2019-04-27 07:32:48 +02:00
Will Dietz
c950db7e61 iosevka-bin: 2.1.0 -> 2.2.0
https://github.com/be5invis/Iosevka/releases/tag/v2.2.0
2019-03-09 18:45:00 -06:00
Will Dietz
b45b49a197 iosevka-bin: 2.0.2 -> 2.1.0
https://github.com/be5invis/Iosevka/releases/tag/v2.1.0
2019-02-04 01:54:20 -06:00
Mario Rodas
38ca0c674d iosevka: 2.0.1 -> 2.0.2 2019-01-01 17:54:45 -05:00
Will Dietz
03d4b5aeb3 iosevka-bin: 2.0.0 -> 2.0.1 2018-10-05 22:29:03 -05:00
Will Dietz
e18d57f0e2 iosevka-bin: 1.14.3 -> 2.0.0 (#45407)
"iosevka" needs some work to update to 2.0.0
(config file must be used instead of arguments to make)
but don't know that the two necessarily need to be at the same version.

Also I "think" that using the 'ttc' zip is the equivalent of what
was previously the "pack" but noting this here since haven't found
this documented elsewhere and am not entirely sure.
2018-08-21 19:05:58 +02:00
Vladyslav Mykhailichenko
e44659509f iosevka-bin: 1.14.0 -> 1.14.3 2018-05-18 11:46:25 +03:00
dywedir
d668e8ee4b iosevka-bin: 1.13.3 -> 1.14.0 2018-02-12 10:48:26 +02:00
Thomas Tuegel
bbdbbc6766
iosevka-bin: init at 1.13.3
The former fetch-only expression is re-added as iosevka-bin to support platforms
without otfcc where Iosevka cannot be built.

See also: #31835
2017-11-27 08:22:48 -06:00