update google font overlay

This commit is contained in:
Kim, Jimin 2025-05-19 09:47:28 +09:00
parent c17e22211b
commit 28c2d42b97
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -4,8 +4,8 @@ let
# https://github.com/Soft/nix-google-fonts-overlay
fontsOverlay = import (
builtins.fetchTarball {
url = "https://github.com/Soft/nix-google-fonts-overlay/archive/e089b8ef1c5ec95cd0a246311756d83f9f11b489.tar.gz";
sha256 = "sha256:067ws05gk60al1ihiwwan2vbfjlm61d6m50qk9smb89fkmfi4z4n";
url = "https://github.com/pompydev/nix-google-fonts-overlay/archive/dfb84823efeb84314f8186cb2014edf05136b527.tar.gz";
sha256 = "sha256:01cpfyzd4xl3a462jyn2xn22hn6i1my1svyag7926r3r2vmck24y";
}
);
in