R. RyanTM
36f5cb2a88
amiri: 0.112 -> 0.113
2020-06-17 11:35:44 -07:00
Justin Humm
b6b8503f85
monoid: 2016-07-21 -> 2018-06-03
...
Also applied a patch, so we can build with python3Packages.fontforge, as
fontforge doesn't have python2 bindings anymore.
2020-10-04 16:10:17 +02:00
Patrick Hilhorst
f7e390e6d4
treewide: fix redirected urls (run 3)
...
Related:
- 9fc5e7e473
- 593e11fd94
- 508ae42a0f
Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).
Here's the new script I used:
```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
| sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Mario Rodas
33d21a2bff
Merge pull request #99047 from marsam/update-sudo-font
...
sudo-font: 0.50 -> 0.51
2020-10-01 04:56:19 -05:00
Samuel Dionne-Riel
174db5caad
noto-fonts-emoji: Work around Hydra silence timeouts by being noisy
...
The added noise should keep Hydra from stopping this build thinking it
is hanging doing nothing, while in fact it's just churning slowly
through thousands of funny pictures!
2020-09-29 17:46:22 -04:00
Mario Rodas
02fff7fff9
sudo-font: 0.50 -> 0.51
...
https://github.com/jenskutilek/sudo-font/releases/tag/v0.51
2020-09-28 18:00:00 -05:00
Robert Helgesson
33a7767fa1
fira-code: 5 -> 5.2
2020-06-14 14:39:46 +02:00
Robert Helgesson
a53a6565af
fira-code: 4 -> 5
2020-06-14 01:20:49 +02:00
José Romildo Malaquias
29e4bbe4b1
ibm-plex: 4.0.2 -> 5.0.0
2020-06-09 06:59:26 -03:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes
2020-06-03 18:35:19 +02:00
Daiderd Jordan
b7ddbd52bd
treewide: replace SRI hashes
2020-06-01 15:24:19 +02:00
wishfort36
1975e4b2ec
tamzen: 1.11.4 -> 1.11.5
...
Pango doesn't support PCF and BDF fonts since v1.44 [1], but still
supports OTB fonts. As such, we've had to generate OTB fonts for fonts
that don't supply them [2], including tamzen. As of v1.11.5, tamzen
supplies its own OTB fonts [3], so we don't need to make them ourselves.
[1]: https://gitlab.gnome.org/GNOME/pango/-/issues/386
[2]: https://github.com/NixOS/nixpkgs/issues/75160
[3]: https://github.com/sunaku/tamzen-font/issues/25
2020-05-27 09:01:22 -07:00
R. RyanTM
25e8015fed
recursive: 1.051 -> 1.052
2020-05-25 15:55:34 -04:00
Michele Guerini Rocco
21537c43ab
Merge pull request #87842 from wishfort36/tamzen-1.11.4
...
tamzen: init at 1.11.4
2020-05-24 14:54:32 +02:00
Robert Helgesson
09efe9dc0e
fira-code: 3.1 -> 4
2020-05-18 23:24:50 +02:00
wishfort36
c7551f47c2
tamzen: init at 1.11.4
2020-05-18 21:01:48 +02:00
Mathnerd314
26cbda7929
oldsindshi: 0.1 -> 1.0
2020-05-16 13:05:55 -06:00
Mathnerd314
49436a7613
marathi-cursive: 1.2 -> 2.0
2020-05-16 13:05:55 -06:00
oxalica
c8d1573dac
sarasa-gothic: 0.8.0 -> 0.12.6
2020-05-13 13:28:16 +08:00
oxalica
4eb3829539
sarasa-gothic: replace p7zip with libarchive
2020-05-13 13:24:14 +08:00
Mario Rodas
206690308b
recursive: 1.047 -> 1.051
2020-05-09 04:20:00 -05:00
Frederik Rietdijk
484ee79050
Merge staging-next into staging
2020-05-01 08:57:10 +02:00
Pavol Rusnak
b4a2689117
liberation_ttf_v2: 2.00.4 -> 2.1.0
2020-04-30 17:59:18 +02:00
Mario Rodas
f0240514d2
jetbrains-mono: 1.0.5 -> 1.0.6
...
Changelog: https://github.com/JetBrains/JetBrainsMono/releases/tag/v1.0.6
2020-04-29 06:01:00 -05:00
Emily
63b70bb4ef
twitter-color-emoji: 12.1.2 -> 12.1.5
...
Twemoji version bump, plus a Fedora patch update to fix emoji size:
https://src.fedoraproject.org/rpms/twitter-twemoji-fonts/c/282c789d3742d223968a7ddcae6e65374f6dcae1?branch=master
2020-04-23 21:38:59 +01:00
Roman Volosatovs
6a634cf026
fira: 4.106 -> 4.202
2020-04-19 01:58:03 +02:00
Mario Rodas
bde951035b
fira-code: 3 -> 3.1
...
Changelog; https://github.com/tonsky/FiraCode/releases/tag/3.1
2020-04-15 21:15:38 -07:00
puzzlewolf
8930a67d19
line-awesome: init at 1.3.0
2020-04-15 15:35:51 +02:00
Doron Behar
52e8594d73
nerdfonts: update.sh: use releases api to generate shas
2020-04-11 19:02:56 +03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Jörg Thalheim
87d3217761
Merge pull request #84858 from doronbehar/improve-nerd-fonts
...
nerdfonts: make it easier to configure and build
2020-04-10 14:01:38 +01:00
Doron Behar
8771aa83b0
nerdfonts: make it easier to configure and build
2020-04-10 13:09:27 +03:00
Doron Behar
4ab8ffe187
terminus-nerdfont & incosolata-nerdfont: use generic nerdfonts drv
2020-04-10 11:29:01 +03:00
Doron Behar
6ae7abcc1a
nerdfonts: meta: fix descriptions
2020-04-10 01:22:24 +03:00
Doron Behar
219035ebc5
nerdfonts: add @doronbehar as maintainer
2020-04-10 01:21:54 +03:00
Mario Rodas
d6d00885ea
fira-code: 2 -> 3
...
Changelog: https://github.com/tonsky/FiraCode/releases/tag/3
2020-04-09 23:48:52 +02:00
Mario Rodas
36fbfe285d
Merge pull request #84477 from eadwu/recursive/1.047
...
recursive: 1.046 -> 1.047
2020-04-06 19:43:31 -05:00
Edmund Wu
41ff847b8b
recursive: 1.046 -> 1.047
2020-04-06 10:33:10 -04:00
Timo Kaufmann
1af2f11633
Merge pull request #82044 from ivan-timokhin/junicode-1.002
...
junicode: update to 1.002 and correct license
2020-04-06 09:11:13 +00:00
Benjamin Hipple
0454fae7ca
Merge pull request #84130 from OmnipotentEntity/rfc45-part2
...
treewide: quoted urls for RFC45, only the rebuilds
2020-04-05 11:15:20 -04:00
Michael Reilly
e20f308b8e
treewide: quoted urls for RFC45, only the rebuilds
2020-04-05 10:17:15 -04:00
Mario Rodas
c538814fb5
recursive: 1.043 -> 1.046
2020-04-04 16:20:00 -05:00
Ivan Timokhin
9c7dc00719
junicode: split name into pname and version
2020-04-04 19:17:32 +03:00
Ivan Timokhin
63a2dca669
junicode: add ivan-timokhin to maintainers
2020-04-04 19:17:32 +03:00
Jan Tojnar
1c8118caac
joypixels: 5.0.2 → 5.5.0
2020-04-03 01:41:10 +02:00
Lancelot SIX
4078d72da9
unifont: 12.1.03 -> 13.0.01
...
See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00013.html
for release information
2020-03-30 18:16:52 -07:00
Michele Guerini Rocco
69f3f3eb97
Merge pull request #83418 from romildo/upd.roboto-mono
...
roboto-mono: 2016-01-11 -> 2.002-20190125
2020-03-27 09:12:37 +01:00
Michele Guerini Rocco
fcb0a88e53
Merge pull request #83313 from romildo/upd.roboto-slab
...
roboto-slab: 2016-01-11 -> 2.000
2020-03-27 09:01:31 +01:00
Ryan Mulligan
c09f2cce68
Merge pull request #63079 from dmvianna/inconsolata-nerdfont-2.0.0
...
inconsolata-nerdfont: init at 2.0.0
2020-03-26 09:30:45 -07:00
José Romildo Malaquias
4143bcdf41
roboto-mono: 2016-01-11 -> 2.002-20190125
2020-03-26 08:24:29 -03:00