noto-fonts: 2024.11.01 -> 2024.12.01

This commit is contained in:
R. Ryantm
2024-12-10 22:29:29 +00:00
parent f425ed85dc
commit 27ea9bc637
+2 -2
View File
@@ -20,13 +20,13 @@
stdenvNoCC.mkDerivation rec {
pname = "noto-fonts${suffix}";
version = "2024.11.01";
version = "2024.12.01";
src = fetchFromGitHub {
owner = "notofonts";
repo = "notofonts.github.io";
rev = "noto-monthly-release-${version}";
hash = "sha256-d6xqG+unmFATdwXnRniTtm/ER+NzKi0jPxkgxr+bnhk=";
hash = "sha256-CmYGnQOSABTMir120VWtROiLcEBVj117ZpgwPijoWnI=";
};
_variants = map (variant: builtins.replaceStrings [ " " ] [ "" ] variant) variants;