google-fonts: 0-unstable-2024-06-21 -> 0-unstable-2026-03-13 (#501123)

This commit is contained in:
Pol Dellaiera
2026-03-20 11:19:55 +00:00
committed by GitHub
+3 -3
View File
@@ -7,7 +7,7 @@
stdenvNoCC.mkDerivation {
pname = "google-fonts";
version = "unstable-2024-06-21";
version = "0-unstable-2026-03-13";
# Adobe Blank is split out in a separate output,
# because it causes crashes with `libfontconfig`.
@@ -20,8 +20,8 @@ stdenvNoCC.mkDerivation {
src = fetchFromGitHub {
owner = "google";
repo = "fonts";
rev = "d5ea3092960d3d5db0b7a9890c828bafbf159c51";
hash = "sha256-jQVwAgrZzdCVD4aaX4vYJLqj67t9vn60bYPuBWWMbBg=";
rev = "5174b3333331c966c38f4355d50b03ca1c1df2f9";
hash = "sha256-XvFlnyXCM69WscpY20EhKAaKYj1fs0eqmODZWx0NIPg=";
};
postPatch = ''