noto-fonts: 24.2.1 -> 24.3.1

This commit is contained in:
jopejoe1 2024-03-07 19:22:05 +00:00
parent 0327c97ae4
commit 01ae0fec3c

View file

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