Merge pull request #285948 from r-ryantm/auto-update/noto-fonts

noto-fonts: 24.1.1 -> 24.2.1

authored by Nikolay Korotkiy and committed by GitHub f636d30f 43dc369c

+2 -2
+2 -2
pkgs/by-name/no/noto-fonts/package.nix
··· 18 18 19 19 stdenvNoCC.mkDerivation rec { 20 20 pname = "noto-fonts${suffix}"; 21 - version = "24.1.1"; 21 + version = "24.2.1"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "notofonts"; 25 25 repo = "notofonts.github.io"; 26 26 rev = "noto-monthly-release-${version}"; 27 - hash = "sha256-0KghEIuIxEP6vbAuqwA5iiVTpTpZibysIgtjOkV1un0="; 27 + hash = "sha256-gOiaV1K7vYp5XguJTKRgUXJA+46p7po972XgCxV68iA="; 28 28 }; 29 29 30 30 _variants = map (variant: builtins.replaceStrings [ " " ] [ "" ] variant) variants;