Merge pull request #321728 from manveru/google-fonts-unstable-2024-06-21

google-fonts: unstable-2023-10-20 -> unstable-2024-06-21
This commit is contained in:
Pol Dellaiera 2024-06-22 23:08:39 +02:00 committed by GitHub
commit a338e2e749
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
stdenvNoCC.mkDerivation {
pname = "google-fonts";
version = "unstable-2023-10-20";
version = "unstable-2024-06-21";
# Adobe Blank is split out in a separate output,
# because it causes crashes with `libfontconfig`.
@ -16,8 +16,8 @@ stdenvNoCC.mkDerivation {
src = fetchFromGitHub {
owner = "google";
repo = "fonts";
rev = "990be3ed8f77e31c26bf07b148d6a74b8e6241cf";
sha256 = "sha256-ffLXzaniHkWxGQpvlJpiO6/SAdbI3FONgTaq8Xu+WY0=";
rev = "d5ea3092960d3d5db0b7a9890c828bafbf159c51";
hash = "sha256-jQVwAgrZzdCVD4aaX4vYJLqj67t9vn60bYPuBWWMbBg=";
};
postPatch = ''