google-fonts: 2018-07-13 -> 2019-07-14
This commit is contained in:
parent
54cbf55543
commit
38bd8d3185
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "google-fonts-${version}";
|
name = "google-fonts-${version}";
|
||||||
version = "2018-07-13";
|
version = "2019-07-14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "fonts";
|
repo = "fonts";
|
||||||
rev = "3ca591dae7372a26e254ec6d22e7b453813b9530";
|
rev = "f113126dc4b9b1473d9354a86129c9d7b837aa1a";
|
||||||
sha256 = "01ak3dzw2kihwa0dy27x8vvpiscd66mnkf61vj1xn29m4g48y0lr";
|
sha256 = "0safw5prpa63mqcyfw3gr3a535w4c9hg5ayw5pkppiwil7n3pyxs";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputHashAlgo = "sha256";
|
outputHashAlgo = "sha256";
|
||||||
@ -29,6 +29,13 @@ stdenv.mkDerivation rec {
|
|||||||
ofl/siamreap \
|
ofl/siamreap \
|
||||||
ofl/terminaldosislight
|
ofl/terminaldosislight
|
||||||
|
|
||||||
|
# See comment above, the structure of these is a bit odd
|
||||||
|
# We keep the ofl/<font>/static/ variants
|
||||||
|
rm -rv ofl/comfortaa/*.ttf \
|
||||||
|
ofl/mavenpro/*.ttf \
|
||||||
|
ofl/muli/*.ttf \
|
||||||
|
ofl/oswald/*.ttf
|
||||||
|
|
||||||
if find . -name "*.ttf" | sed 's|.*/||' | sort | uniq -c | sort -n | grep -v '^.*1 '; then
|
if find . -name "*.ttf" | sed 's|.*/||' | sort | uniq -c | sort -n | grep -v '^.*1 '; then
|
||||||
echo "error: duplicate font names"
|
echo "error: duplicate font names"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user