noto-fonts: 23.11.1 -> 23.12.1

This commit is contained in:
R. Ryantm 2023-12-17 07:09:00 +00:00
parent f88c003dce
commit 84b8d14cd8

View file

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