Unverified Commit a2fa8592 authored by Pierre Bourdon's avatar Pierre Bourdon Committed by GitHub
Browse files

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

noto-fonts: 23.12.1 -> 24.1.1
parents fa0e03c1 7daac8f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "noto-fonts${suffix}";
  version = "23.12.1";
  version = "24.1.1";

  src = fetchFromGitHub {
    owner = "notofonts";
    repo = "notofonts.github.io";
    rev = "noto-monthly-release-${version}";
    hash = "sha256-Hmw6yGFbnxgKMdKjQCQzuVl+pFCVxbJrT3sGntXUPgk=";
    hash = "sha256-0KghEIuIxEP6vbAuqwA5iiVTpTpZibysIgtjOkV1un0=";
  };

  _variants = map (variant: builtins.replaceStrings [ " " ] [ "" ] variant) variants;