noto-fonts: 23.4.1 -> 23.5.1

This commit is contained in:
jopejoe1 2023-05-02 12:27:48 +02:00
parent 44f30edf56
commit 4c75d44b89

View file

@ -34,13 +34,13 @@ rec {
}:
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "23.4.1";
version = "23.5.1";
src = fetchFromGitHub {
owner = "notofonts";
repo = "notofonts.github.io";
rev = "noto-monthly-release-${version}";
hash = "sha256-hiBbhcwktacuoYJnZcsh7Aej5QIrBNkqrel2NhjNjCU=";
hash = "sha256-tIzn9xBDVFT7h9+p2NltA0v0mvB1OH9rX9+eXvIPhv0=";
};
_variants = map (variant: builtins.replaceStrings [ " " ] [ "" ] variant) variants;