noto-fonts: 23.7.1 -> 23.8.1

This commit is contained in:
jopejoe1 2023-08-02 16:02:31 +02:00
parent e0390ce209
commit af65a5c034

View file

@ -35,13 +35,13 @@ rec {
}:
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "23.7.1";
version = "23.8.1";
src = fetchFromGitHub {
owner = "notofonts";
repo = "notofonts.github.io";
rev = "noto-monthly-release-${version}";
hash = "sha256-+P0mQ3PaGGPGK3SFPtCe7wrjMgOgZeRpkEQulLeu/zs=";
hash = "sha256-TYCJzioZcNFV8N5wLr7Fo69g/p5GQF/tbGgYoLUV7Us=";
};
_variants = map (variant: builtins.replaceStrings [ " " ] [ "" ] variant) variants;