Merge pull request #162415 from TilCreator/update-google-fonts

google-fonts: unstable-2021-06-12 -> unstable-2022-02-26
This commit is contained in:
Bobby Rong 2022-03-07 10:37:09 +08:00 committed by GitHub
commit ef1058d678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,15 +2,15 @@
stdenvNoCC.mkDerivation {
pname = "google-fonts";
version = "unstable-2021-06-12";
version = "unstable-2022-02-26";
outputs = [ "out" "adobeBlank" ];
src = fetchFromGitHub {
owner = "google";
repo = "fonts";
rev = "370c795d7e5f9b02db9a793c2779e2c8f94c6adc";
sha256 = "sha256-XKjxmupY2KuefCtKZMXWaba1TnNwdYM/P0xGXOtBGmM=";
rev = "2fba0d68602b7eb3374d030c1c34939de56023f9";
sha256 = "sha256-IFkKwRRyZeOXD8/9n8UDrruUKK6oQK4BD9wYN2dmSAc=";
};
patchPhase = ''