noto-fonts: 23.12.1 -> 24.1.1

This commit is contained in:
R. Ryantm 2024-01-02 01:49:39 +00:00
parent 3d54a95d71
commit 7daac8f305

View File

@ -18,13 +18,13 @@
stdenvNoCC.mkDerivation rec {
pname = "noto-fonts${suffix}";
version = "23.12.1";
version = "24.1.1";
src = fetchFromGitHub {
owner = "notofonts";
repo = "notofonts.github.io";
rev = "noto-monthly-release-${version}";
hash = "sha256-Hmw6yGFbnxgKMdKjQCQzuVl+pFCVxbJrT3sGntXUPgk=";
hash = "sha256-0KghEIuIxEP6vbAuqwA5iiVTpTpZibysIgtjOkV1un0=";
};
_variants = map (variant: builtins.replaceStrings [ " " ] [ "" ] variant) variants;